From 503aeefc37e6fe91a2185fcf34e27dabea77c3b7 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 6 Feb 2024 22:36:31 +0100 Subject: [PATCH] add python example --- examples/python/docker-compose.oats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/docker-compose.oats.yml b/examples/python/docker-compose.oats.yml index 93be34a..9a57965 100644 --- a/examples/python/docker-compose.oats.yml +++ b/examples/python/docker-compose.oats.yml @@ -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"