-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] add zipkin encoding for traces #23947
[exporter/kafkaexporter] add zipkin encoding for traces #23947
Conversation
Changes look good to me. Please resolve the conflicts. I will take another look and make sure the build runs. |
@atoulme thanks for reviewing! Conflicts should be resolved now. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@atoulme @MovieStoreGuy are we good to merge this? Just want to avoid it drifting too much from the main branch. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
LGTM please resolve the conflicts sorry, and we can get it merged. |
@atoulme done! |
…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.
Description:
Adding Zipkin v2 encoding support for traces in kafkaexporter
Link to tracking Issue:
#21102
Testing:
Test for
tracesMarshalers
has been extended with zipkin JSON test case.