-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add measurement processor support #493
Conversation
6f4779d
to
0f2f297
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #493 +/- ##
=======================================
Coverage 89.39% 89.40%
=======================================
Files 62 62
Lines 3592 3595 +3
=======================================
+ Hits 3211 3214 +3
Misses 287 287
Partials 94 94
☔ View full report in Codecov by Sentry. |
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.
👍
43a6c57
to
76ab7f1
Compare
Description: Adds a MeasurementProcessor interface, as a prototype for a potential OTel specification and as a necessary feature for Lightstep's internal use.