Hello Camel Experts,

i try to get the following working:

Camel tracing in Karaf with OpenTelemetry, Loki, Grafana and Tempo.

I got pretty far but now I am at a point where I have no clue.
I currently have:
OpenTelemetry Working with the agent jar running. Traces are exported
to tempo. Logging is working and I can search for logs and get the
tracesIds from MDC logging and so on.

But all routes are isolated from each other. There are no common spans
if i route events with seda or direct.

Because I am using blueprints the standard SetAttributeProcessor and
SetCorrelationContextProcessor were not working for me. So I created 2
Processors which can set baggageName and Tags from headers.

My understanding was that if I add the same baggageName /
correlationContext key/value to a span then multiple spans should be
"put together".

I am lost...

I am using karaf 4.3.6, camel 3.14.2 and opentelemetry-javaagent.jar 1.9.2

best regards,
Matthias

Reply via email to