From 94ba6657adb7915d2bcf671ce88418c7f679f4b8 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Sun, 3 Dec 2023 16:38:24 +0100 Subject: [PATCH] Set OTEL collector on IT Auth service --- tests/src/test/resources/auth/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/src/test/resources/auth/application.yml b/tests/src/test/resources/auth/application.yml index a3bb6a3466..26526f1d7f 100644 --- a/tests/src/test/resources/auth/application.yml +++ b/tests/src/test/resources/auth/application.yml @@ -17,6 +17,10 @@ hono: supportedSaslMechanisms: "PLAIN" quarkus: + otel: + exporter: + otlp: + endpoint: "${otel-collector.endpoint}" console: color: true log: