From 835694c824d358e15e213bc2be5f1e34569c6cb6 Mon Sep 17 00:00:00 2001 From: Rui Han Date: Thu, 22 Feb 2024 11:51:00 +0800 Subject: [PATCH] More otel config changes (#80) --- src/main/resources/application.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 7bdafa7..a739dc8 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -26,12 +26,13 @@ quarkus: ~: traceidratio arg: 0.05 resource: - attributes": + attributes: - "service.name=pathmap-storage-service" - "sample.rate=0.05" - "deployment.environment=localhost" -# exporter: -# otlp: +# exporter: +# otlp: +# traces: # endpoint: http://localhost:4317 # Logging (disable console on prod)