Skip to content

Commit 7519d6f

Browse files
committed
switch to exponential histograms
1 parent 1ec1c17 commit 7519d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/instrumentation-quickstart/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4318
2222
- OTEL_SERVICE_NAME=otel-quickstart-python
2323
- OTEL_METRIC_EXPORT_INTERVAL=5000
24+
- OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION=base2_exponential_bucket_histogram
2425
volumes:
2526
- logs:/var/log:rw
2627
depends_on:

0 commit comments

Comments
 (0)