You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the different `match[]` parameters according to the metrics you want to retrieve. In this example, you will federate:
63
-
- All metrics called `instance_server_cpu_seconds_total`
63
+
- All metrics with a name that starts with `instance_`
64
64
- All metrics with the label `region` with the value `fr-par`
65
65
66
66
You can also set `honor_labels` to `false` if you prefer to not override the different labels that your Prometheus could set that conflict with Scaleway metrics label.
0 commit comments