-
Notifications
You must be signed in to change notification settings - Fork 867
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: don't default datadog aggregator #3643
Conversation
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
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.
LGTM
Go Published Test Results2 163 tests 2 163 ✅ 2m 54s ⏱️ Results for commit f4d60e0. ♻️ This comment has been updated with latest results. |
Signed-off-by: Zach Aller <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3643 +/- ##
==========================================
- Coverage 80.25% 80.25% -0.01%
==========================================
Files 156 156
Lines 17966 17964 -2
==========================================
- Hits 14419 14417 -2
Misses 2634 2634
Partials 913 913 ☔ View full report in Codecov by Sentry. |
E2E Tests Published Test Results 4 files 4 suites 3h 25m 28s ⏱️ For more details on these failures, see this check. Results for commit f4d60e0. |
* fix: don't default datadog aggregator Signed-off-by: Zach Aller <[email protected]> * codegen Signed-off-by: Zach Aller <[email protected]> * fix: don't default datadog aggregator Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]>
fixes: #3641
Datadog API auto defaults to
avg
so no need for us to have a default as well, and the default breaks backwards compatibility with v1.