-
Notifications
You must be signed in to change notification settings - Fork 2.8k
SFx exporter: add delta translator #839
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
SFx exporter: add delta translator #839
Conversation
Codecov Report
@@ Coverage Diff @@
## master #839 +/- ##
==========================================
+ Coverage 88.16% 88.23% +0.07%
==========================================
Files 232 234 +2
Lines 12410 12504 +94
==========================================
+ Hits 10941 11033 +92
- Misses 1114 1115 +1
- Partials 355 356 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Adds support for calculating sfx cumulative counter metrics from non-delta metric sources.
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.
Overall, looks good to me. Just some nits.
Signed-off-by: Bogdan Drutu <[email protected]>
…839) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: evantorrie <[email protected]> Co-authored-by: Liz Fong-Jones <[email protected]>
Description: Adds support for calculating sfx cumulative counter metrics from
non-delta metric sources.
Documentation: Translation rule docs added inline.