-
-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
Description
First of all thank you for this exporter, it helps a lot.
This is more like question than issue, but why don't use namespaces as label("vhost" or "server" for example) instead of metrics prefix? For example, from:
app1_http_response_count_total{method="GET",status="405"}
app2_http_response_count_total{method="GET",status="405"}
to:
http_response_count_total{method="GET",status="405",vhost=~"app1|app2"}
Now in Grafana dashboard we need to make multiple queries for each metric because of this prefix. If we use label we can use only one query per panel. Thanks.
hjrnunes, sethryder, jorinvo, andrein, xanonid and 5 more