Skip to content

Commit 938190b

Browse files
authored
[chore] add a note to test config (#1427)
1 parent 407e6e4 commit 938190b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/golden/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ receivers:
77
scrape_interval: 2s
88
static_configs:
99
- targets: ['0.0.0.0:8888']
10+
11+
# Remove once https://github.com/open-telemetry/opentelemetry-collector/issues/14814 is fixed
1012
metric_relabel_configs:
1113
- source_labels: [service_name]
1214
target_label: service.name
@@ -16,6 +18,7 @@ receivers:
1618
target_label: service.version
1719
- regex: service_name|service_instance_id|service_version
1820
action: labeldrop
21+
1922
exporters:
2023
debug:
2124
verbosity: detailed

0 commit comments

Comments
 (0)