diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 64b0656..a9e8c36 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -29,7 +29,6 @@ quarkus.http.port=${SERVER_PORT:8080} quarkus.opentelemetry.tracer.exporter.azure.enabled=false quarkus.otel.azure.applicationinsights.connection.string=InstrumentationKey=dummy;IngestionEndpoint=https://dummy/;LiveEndpoint=https://dummy/;ApplicationId=dummy -%pord.quarkus.otel.metrics.enabled=true %prod.quarkus.opentelemetry.tracer.exporter.azure.enabled=${OTEL_TRACER_EXPORTER_ENABLED} %prod.quarkus.otel.azure.applicationinsights.connection.string=${APPLICATIONINSIGHTS_CONNECTION_STRING}