Skip to content

Commit d296189

Browse files
committed
improve docs for params object
1 parent 6677d88 commit d296189

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

charts/netobserv/values.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,15 @@ serviceMonitor:
315315
# Optional relabelings
316316
relabelings: []
317317
metricRelabelings: []
318-
# Optional params to append to scrape requests (?foo=bar)
318+
# 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
319325
params: {}
320-
# Authentication and TLS (if your endpoint requires it)
326+
# Authentication and TLS
321327
bearerTokenSecret:
322328
enabled: false
323329
name: ""

0 commit comments

Comments
 (0)