claranet / terraform-azurerm-alerting

Terraform module for Azure Alerting
Apache License 2.0
6 stars 14 forks source link

[FEAT] Metric alerts support #3

Open mloskot opened 1 month ago

mloskot commented 1 month ago

Community Note

Description

Currently, this module only supports alerts of the type of

Is there any plan to support other types like metric alerts?

It would be very useful to monitor AKS clusers and issue alerts about state of pods and containers

New or Affected Resource(s)/Data Source(s)

azurerm_monitor_metric_alert

Potential Terraform Configuration

n/a

References

Here are some examples of AKS-specific alerts:

Shr3ps commented 1 month ago

Hum this module supports metrics alerts: https://github.com/claranet/terraform-azurerm-alerting/blob/master/r-metric-alerts.tf

but probably not well documented. Feel free to open a PR if you can update README & examples ;)

mloskot commented 1 month ago

@Shr3ps I will. Let me play with the module first :)