comparison config/scrape_main.yaml @ 44:ccb6a2889e73

typo?
author drewp@bigasterisk.com
date Wed, 14 Feb 2024 19:11:13 -0800
parents 2f87ecd2a754
children e1db51416e73
comparison
equal deleted inserted replaced
43:f05be84926e2 44:ccb6a2889e73
121 # Assume all 8001/8002 port discoveries are redundant with an nginx proxy 121 # Assume all 8001/8002 port discoveries are redundant with an nginx proxy
122 - {if: '{__port_number="8001"}', action: drop} 122 - {if: '{__port_number="8001"}', action: drop}
123 - {if: '{__port_number="8002"}', action: drop} 123 - {if: '{__port_number="8002"}', action: drop}
124 124
125 # Needs https. Used by `kubectl top` 125 # Needs https. Used by `kubectl top`
126 - {if: '{job="metrics-server", __port_number="4443"}', action: drop} 126 - {if: '{job="metrics-server", __port_number="443"}', action: drop}
127 127
128 - job_name: "telegraf" 128 - job_name: "telegraf"
129 scheme: http 129 scheme: http
130 kubernetes_sd_configs: [{ role: node }] 130 kubernetes_sd_configs: [{ role: node }]
131 relabel_configs: 131 relabel_configs: