infracloudio / cassandra-jaeger-tracing

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

Jaeger is recommending that we switch to OpenTelemetry #11

Open piotrmaslanka opened 2 years ago

piotrmaslanka commented 2 years ago

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

bhavin192 commented 2 years ago

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

piotrmaslanka commented 2 years 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.