Update Docker Compose configuration to enhance observability with health checks for Jaeger and OpenTelemetry Collector. Modify telemetry settings in the development configuration to enable metrics collection. Adjust endpoint settings for Jaeger in the OpenTelemetry Collector configuration.

This commit is contained in:
windyboy
2025-11-15 14:42:33 +08:00
parent cdb0cea8f7
commit 1378d6e31b
4 changed files with 15 additions and 3 deletions
+2 -2
View File
@@ -52,6 +52,6 @@ level = "info"
format = "json"
[telemetry]
enabled = false
endpoint = "otel-collector:4318"
enabled = true
endpoint = "localhost:4318"
insecure = true