Skip to content

Commit

Permalink
add python example
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 6, 2024
1 parent dd10b81 commit 503aeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/docker-compose.oats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
dockerfile: Dockerfile
environment:
OTEL_EXPORTER_OTLP_ENDPOINT: http://collector:4318
OTEL_EXPORTER_OTLP_ENDPOINT: http://collector:4317
OTEL_METRIC_EXPORT_INTERVAL: "5000" # so we don't have to wait 60s for metrics
ports:
- "8080:8082"

0 comments on commit 503aeef

Please sign in to comment.