Skip to content

Commit

Permalink
Fix Tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleValentini1 committed Jan 26, 2024
1 parent 5c0b556 commit 80cb8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ database:

tracing:
enabled: "true"
endpointBasePath: "jaeger-collector.default.svc.cluster.local"
endpointBasePath: "http://jaeger-collector.default.svc.cluster.local:4317"
enableJDBCMonitoring: "true"

objectStore:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cdn.offset-path=${CDN_OFFSET_PATH:RESOURCE/}
# TRACING
###################
quarkus.otel.traces.enabled=${TRACING_ENABLED:true}
quarkus.otel.exporter.otlp.traces.endpoint=${TRACING_ENDPOINT_BASE_PATH:jaeger-collector.default.svc.cluster.local}
quarkus.otel.exporter.otlp.traces.endpoint=${TRACING_ENDPOINT_BASE_PATH:http://jaeger-collector.default.svc.cluster.local:4317}
quarkus.datasource.jdbc.telemetry=${TRACING_ENABLE_JDBC_MONITORING:true}


Expand Down

0 comments on commit 80cb8a0

Please sign in to comment.