Skip to content

Commit fa8dac2

Browse files
authored
[chore][exporter/datadog] shorten internal metrics interval in tests (open-telemetry#40042)
#### Description Set interval of internal metrics periodic reader to 5s. Default is 60s which is too long for the tests. #### Link to tracking issue Fixes open-telemetry#40012
1 parent a791e6f commit fa8dac2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ service:
2626
level: "basic"
2727
readers:
2828
- periodic:
29+
interval: 5000 # milliseconds
2930
exporter:
3031
otlp:
3132
protocol: http/protobuf

exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ service:
2626
level: "basic"
2727
readers:
2828
- periodic:
29+
interval: 5000 # milliseconds
2930
exporter:
3031
otlp:
3132
protocol: http/protobuf

0 commit comments

Comments
 (0)