Closed
Description
Currently, the collector uses OpenCensus API for internal observability
.These metrics should be probably migrated to OpenTelemetry API.
Jaeger storage components use abstract metrics API and so we need to export these metrics in Jaeger OTEL collector e.g.
Are there plans to migrate to OpenTelemetry metrics? In Jaeger we want to avoid first creating OC adapter and then OTEL once this repo migrates. I can submit a PR to port the metrics to OTEL API.