-
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
chore: add support for json codec in jaeger #28625
chore: add support for json codec in jaeger #28625
Conversation
c1733dc
to
c989496
Compare
Changelog fails with:
|
looks like great progress, I'd just not touch the marshaler for now, just add the JSON unmarshaler. |
30c4542
to
73033c9
Compare
d32f194
to
b1b6aed
Compare
@atoulme I think this is good to go! Can you review? |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@atoulme can we merge this? |
ah, we have a conflict now. Please rebase |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
2c2ac15
to
b3dc4f4
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
**Description:** Add support for JSON protocol for Jaeger codec. **Link to tracking Issue:** [open-telemetry#6272](open-telemetry#28686)
Description: Add support for JSON protocol for Jaeger codec.
Link to tracking Issue: #6272