(1) labeldrop, not drop. (2) source_labels is a list: source_labels: [replica]
(3) as per the documentation <https://prometheus.io/docs/prometheus/latest/configuration/configuration/>, the alert_relabel_configs goes under the "alerting" section, as a sibling to "alertmanagers" alerting: alert_relabel_configs: [ - <relabel_config> <https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config> ... ] alertmanagers: [ - <alertmanager_config> <https://prometheus.io/docs/prometheus/latest/configuration/configuration/#alertmanager_config> ... ] -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/f88d6534-f673-4589-a535-80c5a0c3e762%40googlegroups.com.

