datadog-operator icon indicating copy to clipboard operation
datadog-operator copied to clipboard

Feature Request: Add support to use notify_by

Open cmotta2016 opened this issue 2 years ago • 2 comments

The Datadog operator doesn't support notify_by options. It would be great if we have this support.

"notify_by": [
	"cluster_name",
	"kube_namespace"
],

cmotta2016 avatar Jun 06 '23 18:06 cmotta2016

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, and pod can be configured to only notify on each new cluster violating the alert conditions by setting notify_by to ['cluster']. Tags mentioned in notify_by must 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

willianccs avatar Jun 07 '23 12:06 willianccs

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.

CharlyF avatar Jun 07 '23 22:06 CharlyF

Hi, we have added the notify_by configuration and this will be available on v1.6 of the Operator.

levipe01 avatar Mar 25 '24 20:03 levipe01