Merge branch 'RED-10508-bp' into 'release/1.19.x'
RED-10508: activate tracing See merge request fforesight/llm-service!42
This commit is contained in:
commit
0c0fd7548b
@ -36,6 +36,9 @@ dependencies {
|
||||
implementation("com.knecon.fforesight:keycloak-commons:0.30.0") {
|
||||
exclude(group = "com.knecon.fforesight", module = "tenant-commons")
|
||||
}
|
||||
implementation("com.knecon.fforesight:tracing-commons:0.5.0")
|
||||
implementation("com.knecon.fforesight:lifecycle-commons:0.7.0")
|
||||
|
||||
implementation("com.knecon.fforesight:tenant-commons:0.30.0")
|
||||
implementation("com.knecon.fforesight:swagger-commons:0.7.0")
|
||||
implementation("ch.qos.logback:logback-classic")
|
||||
|
||||
@ -63,3 +63,13 @@ keyword-service:
|
||||
url: "http://keyword-extraction-service:8080"
|
||||
|
||||
cors.enabled: true
|
||||
|
||||
management:
|
||||
tracing:
|
||||
enabled: ${TRACING_ENABLED:false}
|
||||
sampling:
|
||||
probability: ${TRACING_PROBABILITY:1.0}
|
||||
otlp:
|
||||
tracing:
|
||||
endpoint: ${OTLP_ENDPOINT:http://otel-collector-opentelemetry-collector.otel-collector:4318/v1/traces}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user