-
Notifications
You must be signed in to change notification settings - Fork 606
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
Merge tracing fixes to 24-1 #5458
Merge tracing fixes to 24-1 #5458
Conversation
serbel324
commented
Jun 11, 2024
- Implemented first version of dynamic jaeger tracing configuration (Implemented first version of dynamic jaeger tracing configuration #1484)
- Moved sampler and throttler tests to jaeger_tracing folder (Moved sampler and throttler tests to jaeger_tracing folder #1572)
- Made tvm url optional (Made tvm url optional #1591)
- Remove obsolete controllers (Remove obsolete controllers #1577)
- Removed required fields from tracing configs (Removed required fields from tracing configs #1636)
- Removed aborts in service initialization (Removed aborts in service initialization #1652)
- Fixed several issues in tracing configuration in static.py (Fixed several issues in tracing configuration in static.py #1952)
- Implemented batching in wilson uploader (Implemented batching in wilson uploader #1955)
- Made wilson uploader limits configurable (Made wilson uploader limits configurable #1782)
- Added request type to request discriminator (Added request type to request discriminator #2058)
- Removed GetInternalRequestType from IRequestProxyCtx (Removed GetInternalRequestType from IRequestProxyCtx #2087)
- Wilson parallel upload (Wilson parallel upload #1875)
- Rewritten sampling and throttling controls to share limits and implement scoping (Rewritten sampling and throttling controls to share limits and implement scoping #1902)
- Fixed missing peerdir in grpc_services (Fixed missing peerdir in grpc_services #2132)
- Renamed several tracing parameters (Renamed several tracing parameters #2134)
- Added database attribute to grpc request proxy span (Added database attribute to grpc request proxy span #2161)
- Added database to request discriminator (Added database to request discriminator #2221)
- Implemented tracing for bulk row upsert (Implemented tracing for bulk row upsert #2218)
- Implemented tracing sampling by db (Implemented tracing sampling by db #2220)
- Removed redundant wilson uploader parameter (Removed redundant wilson uploader parameter #2270)
- Tracing scope to tracing rule rename (Tracing scope to tracing rule rename #2268)
- Removed outdated comment (Removed outdated comment #2339)
- Tracing levels proposal implementation (Tracing levels proposal implementation #2415)
- Missing tracing in table/query service (Missing tracing in table/query service #2403)
- Changed tracing levels in PDisk (Changed tracing levels in PDisk #2473)
- clang14 compat (clang14 compat #2137)
- Removed tracing level Full (Removed tracing level Full #2658)
- Added proper request finishing in grpc request proxy (Added proper request finishing in grpc request proxy #2568)
- Discovery request check spans (Discovery request check spans #2641)
- Changed default verbosity for external traces (Changed default verbosity for external traces #2688)
- Implemented selector allowing for several request types (Implemented selector allowing for several request types #2810)
- Codestyle fix (Codestyle fix #2903)
- Sql request type selectors (Sql request type selectors #2902)
- Added tests for jaeger tracing configurator (Added tests for jaeger tracing configurator #3309)
- Fixed double finishing of spans in grpc request proxy (Fixed double finishing of spans in grpc request proxy #3208)
- Changed default behaviour of external_throttling section (Changed default behaviour of external_throttling section #3408)
…b-platform#1484) * Implemented first version of dynamic jaeger tracing configuration * First semi-done version * Successfully conquered configurations * Removed useless output + slight refactoring * Fix of test client
* Made tvm url optional * Python codestyle fix * Changed validation accordingly
* Removed obsolete controls * Fix of json_proxy_proto.h * Reserved deleted field id
* Removed required protobuf fields * Typo fix * Removed max_burst from required fields * Reverted changed to repeated fields
⚪
|
⚪
|
⚪
|
⚪
|