Skip to content
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

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

zachaller
Copy link
Collaborator

@zachaller zachaller commented Jun 17, 2024

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.

Copy link
Contributor

@leoluz leoluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

github-actions bot commented Jun 17, 2024

Go Published Test Results

2 163 tests   2 163 ✅  2m 54s ⏱️
  119 suites      0 💤
    1 files        0 ❌

Results for commit f4d60e0.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.25%. Comparing base (7188d99) to head (f4d60e0).
Report is 2 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

E2E Tests Published Test Results

  4 files    4 suites   3h 25m 28s ⏱️
111 tests 100 ✅  6 💤 5 ❌
450 runs  420 ✅ 24 💤 6 ❌

For more details on these failures, see this check.

Results for commit f4d60e0.

@zachaller zachaller merged commit d1ebbe9 into argoproj:master Jun 17, 2024
22 checks passed
zachaller added a commit that referenced this pull request Jun 17, 2024
* 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]>
@zachaller zachaller added cherry-pick-completed Used once we have cherry picked the PR to all requested releases cherry-pick/release-1.7 labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-1.7 cherry-pick-completed Used once we have cherry picked the PR to all requested releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken Datadog apiVersion v1 analyses by default in v1.7.0
2 participants