datadog-operator
datadog-operator copied to clipboard
Feature Request: Add support to use notify_by
The Datadog operator doesn't support notify_by options. It would be great if we have this support.
"notify_by": [
"cluster_name",
"kube_namespace"
],
Just for help this option exists on terraform-provider-datadog:
notify_by (Set of String) Controls what granularity a monitor alerts on. Only available for monitors with groupings. For instance, a monitor grouped by
cluster,namespace, andpodcan be configured to only notify on each new cluster violating the alert conditions by setting notify_by to ['cluster']. Tags mentioned innotify_bymust be a subset of the grouping tags in the query. For example, a query grouped by cluster and namespace cannot notify on region. Setting notify_by to [*] configures the monitor to notify as a simple-alert
Hi folks - Thank you for bringing this up to our attention. I added this to our backlog and we will report back when we review it.
Hi, we have added the notify_by configuration and this will be available on v1.6 of the Operator.