Mercurial > code > home > repos > victoriametrics
diff config/scrape_main.yaml @ 41:407ee7fbda13
rm double metrics; add alert for too-many-500s
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 Jan 2024 14:56:33 -0800 |
parents | 84a00d1b87b3 |
children | 2f87ecd2a754 |
line wrap: on
line diff
--- a/config/scrape_main.yaml Tue Jan 09 19:56:47 2024 -0800 +++ b/config/scrape_main.yaml Tue Jan 23 14:56:33 2024 -0800 @@ -112,6 +112,11 @@ - {if: '{job="pomerium-proxy", __port_number="8443"}', action: drop} - {if: '{job="video-files", __port_number="8003"}', action: drop} - {if: '{job=~"cm-acme-.*"}', action: drop} + + # already have this with a job="pomerium-proxy" + - {if: '{job="pomerium-metrics"}', action: drop} + + # Assume all 8001/8002 port discoveries are redundant with an nginx proxy - {if: '{__port_number="8001"}', action: drop}