infracloudio / cassandra-jaeger-tracing

Replace Cassandra's tracing implemetation with Jaeger
Apache License 2.0
8 stars 3 forks source link

Jaeger is recommending that we switch to OpenTelemetry #11

Open piotrmaslanka opened 1 year ago

piotrmaslanka commented 1 year ago

https://www.jaegertracing.io/docs/1.18/opentelemetry/

bhavin192 commented 1 year ago

Yes we should switch to OTel eventually, the Jaeger client we are using are not maintained now.

piotrmaslanka commented 1 year ago

This is harder that I thought.

  1. OTel is W3C-Compliant, which doesn't you change they span tracing keys too easily.
  2. OTel required gRPC sent via TCP+HTTP. This hopefully should also close #12

Damn, I'm a Pythonista, but here I am doing Java.

My work can be traced here.