Datadog Provider: Add Support for Querying Monitor Count and Status #4537
michelleheh
started this conversation in
Ideas
Replies: 2 comments
-
|
I think this issue is related: #4059 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
From @zachaller in the CNCF slack "With all the complexity and rich feature set that datadog has in querying it might make sense to start a new datadog plugin that is more feature rich than the built-in" Check https://argo-rollouts.readthedocs.io/en/stable/analysis/plugins/#metric-plugins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently use argo rollouts, and we found that using the current set of supported Datadog Metrics is very rigid for developers to iterate on.
I want to propose a new feature where instead of querying specify DataDog APM, metrics or logs, there can be a query for Datadog Monitors instead. Once the query is committed to the
AnalysisTemplate, developer can iterate on rollback trigger by just modifying the monitors.AS a developer
I CAN specify a DataDog monitor query that gets all the monitors that are currently alerting
SO that canary rolls back when any monitor is alerting
For example, it can look something like
See DataDog API doc on getting monitors with available query params: https://docs.datadoghq.com/api/latest/monitors/#get-all-monitors
Beta Was this translation helpful? Give feedback.
All reactions