-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix dogstatsd aggregator #654
Conversation
alexgallotta
commented
Sep 27, 2024
•
edited
Loading
edited
- allow creation of Metric outside this crate, setting id public and with constructor
- make it easier to generate metrics
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #654 +/- ##
==========================================
- Coverage 71.82% 71.78% -0.04%
==========================================
Files 271 271
Lines 40869 40895 +26
==========================================
+ Hits 29354 29357 +3
- Misses 11515 11538 +23
|
BenchmarksComparisonBenchmark execution time: 2024-10-03 14:03:22 Comparing candidate commit fb23ded in PR branch Found 2 performance improvements and 1 performance regressions! Performance is the same for 48 metrics, 2 unstable metrics. scenario:normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて
scenario:tags/replace_trace_tags
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
BaselineOmitted due to size. |
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.
I don't get what the fix is since there is no description about what was wrong, how it's fixed etc.
Adding a test that ensures that whatever happened, doesn't happen again would be good as well.
Good point, I added it in the description |