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
feat: add cluster_name and cluster_peer labels to Prometheus metrics (#277)
Move cluster_name and cluster_peer from mev-boost relabel_configs to
global external_labels so all metrics (charon, mev-boost) include
these identity labels. Also add the missing sed substitutions in
run.sh that were preventing the variables from being rendered.
Copy file name to clipboardExpand all lines: prometheus/prometheus.yml.example
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ global:
3
3
evaluation_interval: 30s # Evaluate rules every 30 seconds.
4
4
external_labels:
5
5
service_owner: $SERVICE_OWNER # replace this with your Operator name you want to be identified by, it helps us route alerts and metrics to your notification channels easily
0 commit comments