crossplane-contrib / provider-jet-datadog

@crossplane provider to drive @datadog configuration control plane way
Apache License 2.0
6 stars 8 forks source link

feat(Downtime): adding ability to mute and unmute metric based monito… #9

Closed amitkc1 closed 1 year ago

amitkc1 commented 1 year ago

feat(Downtime): Adding ability to mute and unmute metric based monitors

Signed-off-by: Amit Chaudhari achaudhari@guidewire.com Signed-off-by: Lax Kota lkota@guidewire.com

Description of your changes

As the below issue states, we are trying to add support for muting and unmuting a monitor in datadog.

Fixes # https://github.com/crossplane-contrib/provider-jet-datadog/issues/8

I have:

How has this code been tested

We do have a manifest in examples/downtime folder. We tested muting/unmuting using this manifest.

amitkc1 commented 1 year ago

Cool, thanks…!