Skip to content

Commit 8f8fc09

Browse files
committed
telemetry: export OTEL metrics every second in example stack
1 parent 539abd8 commit 8f8fc09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/telemetry/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
environment:
2424
- DATABASE_URL=postgres://sqlpage:sqlpage@postgres:5432/sqlpage
2525
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318
26+
- OTEL_METRIC_EXPORT_INTERVAL=1000
2627
- OTEL_SERVICE_NAME=sqlpage
2728
volumes:
2829
- ./website:/var/www

0 commit comments

Comments
 (0)