issues
search
komuw
/
otero
MIT License
11
stars
3
forks
source link
Update to latest otel
#17
Closed
komuw
closed
10 months ago
komuw
commented
10 months ago
Jaeger is deprecated and removed as an exporter. see:
https://github.com/open-telemetry/opentelemetry-specification/pull/2858
But it now also supports native otlp protocol so we use that.
We had to expand the tls cert's subjectAltName to include
jaeger
. This is so as to enable otel collector to send traces to jaeger. While at it, we added
prometheus
to subjectAltName even though we do not require it at the moment.
jaeger
. This is so as to enable otel collector to send traces to jaeger. While at it, we addedprometheus
to subjectAltName even though we do not require it at the moment.