Skip to content

Commit 91b96a0

Browse files
committed
monitoring: Fix example writeRelabelConfig field name in remoteWrite documentation
The field is called `sourceLabels` not `source_labels`. Signed-off-by: Jan Fajerski <[email protected]>
1 parent 2dd7715 commit 91b96a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/monitoring-configuring-remote-write.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ data:
170170
remoteWrite:
171171
- url: "https://remote-write.endpoint"
172172
writeRelabelConfigs:
173-
- source_labels: [__name__]
173+
- sourceLabels: [__name__]
174174
regex: 'my_metric'
175175
action: keep
176176

0 commit comments

Comments
 (0)