feat: configure logging and add OpenTelemetry support
This commit is contained in:
@@ -66,7 +66,10 @@ dependencies {
|
|||||||
implementation("io.quarkus:quarkus-smallrye-fault-tolerance")
|
implementation("io.quarkus:quarkus-smallrye-fault-tolerance")
|
||||||
implementation("io.quarkus:quarkus-smallrye-jwt")
|
implementation("io.quarkus:quarkus-smallrye-jwt")
|
||||||
implementation("io.quarkus:quarkus-smallrye-health")
|
implementation("io.quarkus:quarkus-smallrye-health")
|
||||||
|
implementation("io.quarkus:quarkus-logging-json")
|
||||||
implementation("io.quarkus:quarkus-micrometer")
|
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-arc")
|
||||||
implementation("io.quarkus:quarkus-websockets-next")
|
implementation("io.quarkus:quarkus-websockets-next")
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,14 @@ nowchess:
|
|||||||
url: http://localhost:8085
|
url: http://localhost:8085
|
||||||
|
|
||||||
"%deployed":
|
"%deployed":
|
||||||
|
quarkus:
|
||||||
|
log:
|
||||||
|
console:
|
||||||
|
json: true
|
||||||
|
otel:
|
||||||
|
exporter:
|
||||||
|
otlp:
|
||||||
|
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4317}
|
||||||
mp:
|
mp:
|
||||||
jwt:
|
jwt:
|
||||||
verify:
|
verify:
|
||||||
|
|||||||
Reference in New Issue
Block a user