You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small PoC for context propagation using the following configuration:
kanela-agent: 1.0.18
Play Framework with Pekko.
Scala 3.x
The example here.
The issue is not reproducible with scala 2.13.x. It is only reproducible through scala 3.x.
Even in the configuration I'm using implicitly join-remote-parents-with-same-span-id = yes
In this example for Scala 2.13.x, I'm using the following sequence: request to -> app1 -> app2
It's visible how for Scala 3 the headers X-B3-Sampled, X-B3-TraceId, X-B3-ParentSpanId are missing in the propagation, and thus the propagation of kamonTraceId is lost.
The text was updated successfully, but these errors were encountered:
biandratti
changed the title
Tracing and context propagation are not supported in Scala 3
[Pekko] Tracing and context propagation are not supported in Scala 3
Oct 6, 2024
I have a small PoC for context propagation using the following configuration:
The example here.
The issue is not reproducible with scala 2.13.x. It is only reproducible through scala 3.x.
Even in the configuration I'm using implicitly
join-remote-parents-with-same-span-id = yes
In this example for Scala 2.13.x, I'm using the following sequence:
request to -> app1 -> app2
While the Scala 3 example uses the same sequence:
request to -> app1 -> app2
It's visible how for Scala 3 the headers
X-B3-Sampled
,X-B3-TraceId
,X-B3-ParentSpanId
are missing in the propagation, and thus the propagation ofkamonTraceId
is lost.The text was updated successfully, but these errors were encountered: