-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Part of #5240
(1) Currently jaeger-v2 components are initialized without observability clients. We need to instantiate appropriate logging, tracing, and metrics clients and pass them to the components. The existing code uses internal metrics API, which needs to be bridged to OTEL metrics to minimize code changes.
(2) Jaeger-v1 components can report their readiness using an internal health check API that is connected to the healthcheck endpoint on the admin port. We need to implement similar capability in Jaeger-v2.
Expected Outcome: Achieve parity in observability of jaeger-v2 compared to jaeger-v1