-
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
Datadog v2 analysis ends in Error due to 500 from Datadog #2771
Comments
@daniddelrio Just letting you know since you implemented this |
for the record, this is where the feature was implemented: #2592 I am currently trying to reproduce the issue - we reached out to Datadog for more support as the error response is not helpful |
Thanks for looking into it. Let me know if you need any input about our setup or any test I can make. |
@alexef build and tested, now it fails with
|
awesome. this could mean that the way we pack timestamps is wrong. I'll try to come up with another fix for that |
@tukak see updated PR with milliseconds |
@tukak thank you for confirming this works for you. let's wait for @zachaller to review and merge the fixes 🙏 |
* Datadog: properly wrap request body Signed-off-by: Alex Eftimie <[email protected]> * Use milliseconds in v2 calls to datadog Signed-off-by: Alex Eftimie <[email protected]> --------- Signed-off-by: Alex Eftimie <[email protected]>
* Datadog: properly wrap request body Signed-off-by: Alex Eftimie <[email protected]> * Use milliseconds in v2 calls to datadog Signed-off-by: Alex Eftimie <[email protected]> --------- Signed-off-by: Alex Eftimie <[email protected]>
Checklist:
Describe the bug
Switching to Datadog API v2 in analysis causes a 500 error in the AnalysisRun, returning webpage with JS.
To Reproduce
Take working analysis and add
apiVersion: v2
to thespec.metrics.[].provider.datadog
, ieExpected behavior
Finish the Analysis with Failed or Successful, as when the
apiVersion: v1
or not set.Version
argo-rollouts:v1.5.0
Logs
Metric "success-rate" assessed Error due to consecutiveErrors (5) > consecutiveErrorLimit (4): "Error Message: received non 2xx response code: 500
Attached full logs as a file due to size.
rollouts_log.txt
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: