-
Notifications
You must be signed in to change notification settings - Fork 7
add enable/disable support for exclude span rules #97
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
Codecov Report
@@ Coverage Diff @@
## main #97 +/- ##
=========================================
Coverage 83.23% 83.24%
Complexity 343 343
=========================================
Files 44 44
Lines 1730 1731 +1
Branches 51 51
=========================================
+ Hits 1440 1441 +1
Misses 251 251
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
| message UpdateExcludeSpanRule { | ||
| string id = 1; | ||
| string name = 2; | ||
| optional string name = 2; |
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.
Why optionals? Clients can send the same values in the update messages (if they really want to keep them as same values). And, they would be updated as is. We shouldn't really be caring about the presence of these values
No description provided.