Compare commits

...

1 Commits

Author SHA1 Message Date
Janis 0fdba08eff feat: configure logging and add OpenTelemetry support 2026-05-10 13:54:12 +02:00
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: