-
Notifications
You must be signed in to change notification settings - Fork 696
[C++ SDK] Add traceparent to TRequestSettings #17561
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
Conversation
Hi! Thank you for contributing! |
🟢 |
⚪ |
⚪ |
@@ -29,6 +31,7 @@ struct TRequestSettings { | |||
, RequestType_(other.RequestType_) | |||
, Header_(other.Header_) | |||
, ClientTimeout_(other.ClientTimeout_) | |||
, TraceParent_(other.TraceParent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, TraceParent_(other.TraceParent) | |
, TraceParent_(other.TraceParent_) |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Added support for traceparent and updated gRPC client and request settings in the C++ SDK.
Changelog category
Description for reviewers
Migrate traceparent changes from ydb-cpp-sdk PR #400
This change adds support for traceparent and updates client settings.
Move SDK code to ydb/public/sdk/cpp