From 1cd37fab80577e518458428dab061df0f5ae67ba Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Fri, 13 Sep 2024 10:42:27 +0200 Subject: [PATCH] use new loki syntax --- examples/python/docker-compose.oats.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/python/docker-compose.oats.yml b/examples/python/docker-compose.oats.yml index 087406a..7fdf425 100644 --- a/examples/python/docker-compose.oats.yml +++ b/examples/python/docker-compose.oats.yml @@ -7,6 +7,7 @@ services: context: . dockerfile: Dockerfile environment: + OTEL_SERVICE_NAME: "rolldice" OTEL_EXPORTER_OTLP_ENDPOINT: http://lgtm:4317 OTEL_METRIC_EXPORT_INTERVAL: "5000" # so we don't have to wait 60s for metrics ports: