-
Notifications
You must be signed in to change notification settings - Fork 10
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
Addition of span count attribute #94
Conversation
Codecov Report
@@ Coverage Diff @@
## main #94 +/- ##
=========================================
Coverage 82.47% 82.47%
Complexity 419 419
=========================================
Files 37 37
Lines 1603 1603
Branches 168 168
=========================================
Hits 1322 1322
Misses 207 207
Partials 74 74
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.
@@ -79,7 +79,8 @@ service.config = { | |||
"EVENT.displaySpanName": "display_span_name", | |||
"EVENT.errorCount": "error_count", | |||
"EVENT.exceptionCount": "exception_count", | |||
"EVENT.spaceIds": "space_ids" | |||
"EVENT.spaceIds": "space_ids", | |||
“EVENT.spanCount”: “span_count” |
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.
See comment about naming in config-bootstrapper PR
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.
resolved
Ref issue : hypertrace/hypertrace-ui#1157