We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539abd8 commit 8f8fc09Copy full SHA for 8f8fc09
1 file changed
examples/telemetry/docker-compose.yml
@@ -23,6 +23,7 @@ services:
23
environment:
24
- DATABASE_URL=postgres://sqlpage:sqlpage@postgres:5432/sqlpage
25
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318
26
+ - OTEL_METRIC_EXPORT_INTERVAL=1000
27
- OTEL_SERVICE_NAME=sqlpage
28
volumes:
29
- ./website:/var/www
0 commit comments