feat: configure logging and add OpenTelemetry support
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-05-10 13:51:57 +02:00
parent 5974918c85
commit 06e6f6fa0a
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -66,7 +66,10 @@ dependencies {
implementation("io.quarkus:quarkus-smallrye-fault-tolerance")
implementation("io.quarkus:quarkus-smallrye-jwt")
implementation("io.quarkus:quarkus-smallrye-health")
implementation("io.quarkus:quarkus-logging-json")
implementation("io.quarkus:quarkus-micrometer")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
implementation("io.quarkus:quarkus-opentelemetry")
implementation("io.quarkus:quarkus-arc")
implementation("io.quarkus:quarkus-websockets-next")
@@ -73,6 +73,14 @@ nowchess:
url: http://localhost:8085
"%deployed":
quarkus:
log:
console:
json: true
otel:
exporter:
otlp:
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4317}
mp:
jwt:
verify: