-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[exporter/kafkaexporter] Zipkin JSON encoding support #21102
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
You will need the kafka receiver to also support receiving zipkin traces. |
Pinging code owners for receiver/kafka: @pavolloffay @MovieStoreGuy. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
In our particular case zipkin traces are received over HTTP, then exported to kafka and transformed by consumers into Zipkin. We'd like to avoid extra transformation outside OTel. |
I had thought this was done, but I happy to see it added. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
**Description:** <Describe what has changed.> Adding Zipkin v2 encoding support for traces in kafkaexporter **Link to tracking Issue:** <Issue number if applicable> #21102 **Testing:** <Describe what testing was performed and which tests were added.> Test for `tracesMarshalers` has been extended with zipkin JSON test case.
…ry#23947) **Description:** <Describe what has changed.> Adding Zipkin v2 encoding support for traces in kafkaexporter **Link to tracking Issue:** <Issue number if applicable> open-telemetry#21102 **Testing:** <Describe what testing was performed and which tests were added.> Test for `tracesMarshalers` has been extended with zipkin JSON test case.
Component(s)
exporter/kafka
Is your feature request related to a problem? Please describe.
I would like Kafka exporter to have an option of sending traces in Zipkin JSON format.
Describe the solution you'd like
Following Kafka marshaler pattern adding Zipkin JSON encoding would be similar to existing Jager and OTLP_JSON encoders.
Describe alternatives you've considered
No response
Additional context
We'd like to start using Kafka for Zipkin trances and have this feature upstream. I can work on the implementation if this request finds positive feedback.
The text was updated successfully, but these errors were encountered: