-
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
Use Protobuf-based JSON output for sampling strategies #4173
Use Protobuf-based JSON output for sampling strategies #4173
Conversation
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Codecov ReportBase: 97.10% // Head: 97.12% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4173 +/- ##
==========================================
+ Coverage 97.10% 97.12% +0.01%
==========================================
Files 296 297 +1
Lines 17501 17537 +36
==========================================
+ Hits 16995 17032 +37
+ Misses 407 406 -1
Partials 99 99
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Yuri Shkuro <github@ysh.us>
…#4173) ## Which problem is this PR solving? Related to open-telemetry/opentelemetry-specification#3126 ## Short description of the changes - changes the main `/sampling` endpoint to use Protobuf-based JSON marshaling instead of Thrift-based - adds unit tests to validate that the new endpoint is backwards compatible with Thrift-based serialization - opens the path to remove Thrift-based sampling data model throughout the codebase Signed-off-by: Yuri Shkuro <github@ysh.us>
…#4173) ## Which problem is this PR solving? Related to open-telemetry/opentelemetry-specification#3126 ## Short description of the changes - changes the main `/sampling` endpoint to use Protobuf-based JSON marshaling instead of Thrift-based - adds unit tests to validate that the new endpoint is backwards compatible with Thrift-based serialization - opens the path to remove Thrift-based sampling data model throughout the codebase Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
Which problem is this PR solving?
Related to open-telemetry/opentelemetry-specification#3126
Short description of the changes
/sampling
endpoint to use Protobuf-based JSON marshaling instead of Thrift-based