Skip to content

Commit 74ae4d8

Browse files
authored
Update README.md
1 parent 330a71c commit 74ae4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ scrape_configs:
160160
- source_labels: [__address__]
161161
separator: ;
162162
regex: (.*)
163-
target_label: __param_target
163+
target_label: __param_endpoint
164164
replacement: $1
165165
action: replace
166-
- source_labels: [__param_target]
166+
- source_labels: [__param_endpoint]
167167
separator: ;
168168
regex: (.*)
169169
target_label: instance

0 commit comments

Comments
 (0)