prometheus-operator: Add snmp_ prefix

This commit is contained in:
Lauri Võsandi 2022-09-20 17:09:26 +03:00
parent 790ffa175b
commit 26a35cd0c3
1 changed files with 15 additions and 0 deletions

View File

@ -79,6 +79,11 @@ spec:
prober: prober:
url: snmp-exporter:9116 url: snmp-exporter:9116
path: /snmp path: /snmp
metricRelabelings:
- sourceLabels: [__name__]
regex: '(.*)'
replacement: 'snmp_${1}'
targetLabel: __name__
targets: targets:
staticConfig: staticConfig:
static: static:
@ -132,6 +137,11 @@ spec:
prober: prober:
url: snmp-exporter:9116 url: snmp-exporter:9116
path: /snmp path: /snmp
metricRelabelings:
- sourceLabels: [__name__]
regex: '(.*)'
replacement: 'snmp_${1}'
targetLabel: __name__
targets: targets:
staticConfig: staticConfig:
static: static:
@ -166,6 +176,11 @@ spec:
prober: prober:
url: snmp-exporter:9116 url: snmp-exporter:9116
path: /snmp path: /snmp
metricRelabelings:
- sourceLabels: [__name__]
regex: '(.*)'
replacement: 'snmp_${1}'
targetLabel: __name__
targets: targets:
staticConfig: staticConfig:
static: static: