Skip to content

Commit fc94b08

Browse files
committed
Address breaking change http.scheme -> url.scheme (open-telemetry/opentelemetry-collector-contrib#32814)
1 parent 85476c1 commit fc94b08

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tests/general/discoverymode/testdata/expected/docker-observer-internal-prometheus-expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resourceMetrics:
77
- key: container.name
88
value:
99
stringValue: nervous_brahmagupta
10-
- key: http.scheme
10+
- key: url.scheme
1111
value:
1212
stringValue: http
1313
- key: net.host.name

tests/general/discoverymode/testdata/expected/host-observer-internal-prometheus-expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resourceMetrics:
22
- resource:
33
attributes:
4-
- key: http.scheme
4+
- key: url.scheme
55
value:
66
stringValue: http
77
- key: label_one

tests/general/testdata/internal_metrics_expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resourceMetrics:
22
- resource:
33
attributes:
4-
- key: http.scheme
4+
- key: url.scheme
55
value:
66
stringValue: http
77
- key: net.host.port

tests/receivers/discovery/testdata/expected/host_observer-connected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resourceLogs:
6767
- key: service_version
6868
value:
6969
stringValue: ""
70-
- key: http.scheme
70+
- key: url.scheme
7171
value:
7272
stringValue: http
7373
- key: discovery.receiver.config

tests/receivers/envoy/testdata/expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resourceMetrics:
1010
- key: discovery.endpoint.id
1111
value:
1212
stringValue: 30c5122db7a66a56ed6dce3b8ec50d8ccf12a8b3a217d92020e3560c4c13c3e4:9901
13-
- key: http.scheme
13+
- key: url.scheme
1414
value:
1515
stringValue: http
1616
- key: net.host.name

tests/receivers/envoy/testdata/expected_k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resourceMetrics:
44
- key: discovery.endpoint.id
55
value:
66
stringValue: k8s_observer/aadd3afd-f140-4320-8259-5b25885cbb0a/admin(9901)
7-
- key: http.scheme
7+
- key: url.scheme
88
value:
99
stringValue: http
1010
- key: k8s.namespace.name

tests/receivers/kong/testdata/kong_metrics_expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resourceMetrics:
22
- resource:
33
attributes:
4-
- key: http.scheme
4+
- key: url.scheme
55
value:
66
stringValue: http
77
- key: net.host.port

0 commit comments

Comments
 (0)