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
The Zipkin Data Model has a remoteEndpoint field that is used by Zipkin and it has effect on the span visualization.
According to the OTel docs, peer.service should be used for this purpose but according to the codebase it is not used and remoteEndpoint is never set.
The Zipkin Data Model has a
remoteEndpoint
field that is used by Zipkin and it has effect on the span visualization.According to the OTel docs,
peer.service
should be used for this purpose but according to the codebase it is not used andremoteEndpoint
is never set.Originally reported (here) on CNCF Slack.
Steps to reproduce
Send a span to Zipkin (
peer.service
should be set).What did you expect to see?
remoteEndpoint
being populated.What did you see instead?
remoteEndpoint
is missing.What version and what artifacts are you using?
zipkin-exporter
Version: latest (
main
)Environment
Unrelated.
The text was updated successfully, but these errors were encountered: