apm-server
apm-server copied to clipboard
Deprecate jaeger protocol
The jaeger protocol has been deprecated by the jaeger project, and they now recommend using OpenTelemetry and OTLP rather than their own clients. Otel itself has recently removed all jaeger exporters from their specification, and each library. https://github.com/open-telemetry/opentelemetry-specification/pull/2858
We should also be looking into deprecating and removing our support for the jaeger endpoints in apm-server.
In a first step we'll only be able to deprecate, and then afterwards remove.
@rubvs looks like this can be closed?