Skip to content

Commit 9427fe6

Browse files
committed
fix rebase
1 parent e29ee94 commit 9427fe6

File tree

1 file changed

+3
-3
lines changed
  • smoke-tests-otel-starter/spring-boot-2/src/testDeclarativeConfig/resources

1 file changed

+3
-3
lines changed

smoke-tests-otel-starter/spring-boot-2/src/testDeclarativeConfig/resources/application.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ otel:
55
processors:
66
- simple:
77
exporter:
8-
test_bridge:
8+
test:
99
- simple:
1010
exporter:
1111
console:
@@ -14,7 +14,7 @@ otel:
1414
processors:
1515
- simple:
1616
exporter:
17-
test_bridge:
17+
test:
1818

1919
meter_provider:
2020
readers:
@@ -23,7 +23,7 @@ otel:
2323
# instead of collecting them periodically.
2424
interval: 1000000
2525
exporter:
26-
test_bridge:
26+
test:
2727

2828
propagator:
2929
composite:

0 commit comments

Comments
 (0)