OTLP->Zipkin remoteEndPoint mapping question #1546
Unanswered
evantorrie
asked this question in
Q&A
Replies: 1 comment 2 replies
-
According to the documentation here https://github.com/openzipkin/brave/blob/0a5666d4a918b2a359cefff84e276bc9bbffa5a4/brave/src/main/java/brave/Span.java#L50
Meaning both producer and consumer should have it. In the other hand, CLIENT has always used remoteEndpoint so I'd say all three should have it. Any input @anuraaga ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current specification states that
This seems like a typo to me regarding
SpanKind.CLIENT
. Shouldn't that beSpanKind.CONSUMER
based on these comments in the Zipkin repository?Beta Was this translation helpful? Give feedback.
All reactions