Skip to content

Commit 210d7c8

Browse files
committed
add test
1 parent 9db255e commit 210d7c8

File tree

1 file changed

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

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,20 @@ otel:
55
processors:
66
- simple:
77
exporter:
8-
test_bridge:
9-
- simple:
10-
exporter:
11-
console:
8+
otlp_http:
129

1310
logger_provider:
1411
processors:
1512
- simple:
1613
exporter:
17-
test_bridge:
14+
otlp_http:
1815

1916
meter_provider:
2017
readers:
2118
- periodic:
22-
# Set really long interval. We'll call forceFlush when we need the metrics
23-
# instead of collecting them periodically.
24-
interval: 1000000
19+
interval: 1000
2520
exporter:
26-
test_bridge:
21+
otlp_http:
2722

2823
resource:
2924
attributes:

0 commit comments

Comments
 (0)