Skip to content

Commit 6728f62

Browse files
committed
prevent that view config file is loaded
1 parent 731bd79 commit 6728f62

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

instrumentation/spring/spring-boot-autoconfigure/src/test/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/properties/SpringConfigPropertiesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ void mapObjectHeaders(String key) {
105105

106106
public static Stream<Arguments> listProperties() {
107107
return Stream.of(
108-
Arguments.of("otel.experimental.metrics.view.config", Arrays.asList("a", "b")),
109108
Arguments.of("otel.experimental.resource.disabled.keys", Arrays.asList("a", "b")),
110109
Arguments.of("otel.propagators", Arrays.asList("baggage", "b3")),
111110
Arguments.of("otel.logs.exporter", Collections.singletonList("console")),

instrumentation/spring/spring-boot-autoconfigure/src/test/resources/application.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
otel:
22
experimental:
3-
metrics:
4-
view:
5-
config: [ a,b ]
63
resource:
74
disabled:
85
keys: [ a,b ]

0 commit comments

Comments
 (0)