From a5860c507995f36f516ecdcbeca3f3e9be6a8122 Mon Sep 17 00:00:00 2001 From: Robin Dittmar Date: Fri, 21 Aug 2026 13:22:25 +0200 Subject: [PATCH] fix: added metrics service to otel-config.yaml --- docker/otel-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/otel-config.yaml b/docker/otel-config.yaml index e0331ff..9e97d3d 100644 --- a/docker/otel-config.yaml +++ b/docker/otel-config.yaml @@ -13,3 +13,6 @@ service: traces: receivers: [otlp] exporters: [debug] + metrics: + receivers: [otlp] + exporters: [debug]