We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6677d88 commit d296189Copy full SHA for d296189
1 file changed
charts/netobserv/values.yaml
@@ -315,9 +315,15 @@ serviceMonitor:
315
# Optional relabelings
316
relabelings: []
317
metricRelabelings: []
318
- # Optional params to append to scrape requests (?foo=bar)
+ # Optional params to append to scrape requests, e.g.:
319
+ # params:
320
+ # match[]:
321
+ # - '{job="api"}'
322
+ # foo:
323
+ # - bar
324
+ # This will result in a request like: /metrics?match%5B%5D=%7Bjob%3D%22api%22%7D&foo=bar
325
params: {}
- # Authentication and TLS (if your endpoint requires it)
326
+ # Authentication and TLS
327
bearerTokenSecret:
328
enabled: false
329
name: ""
0 commit comments