Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate azure monitor metric alerts #5

Open
jplane opened this issue May 21, 2020 · 0 comments
Open

Validate azure monitor metric alerts #5

jplane opened this issue May 21, 2020 · 0 comments
Assignees

Comments

@jplane
Copy link
Owner

jplane commented May 21, 2020

Validate whether/how azure monitor metric alerts can implement the following scenario (and similar):

"invoke a webhook whenever the avg CPU across all container groups within resource group X is > 75"

  • can you configure this thru CLI, .NET SDK, REST?
  • can you scope it to the resource group so that you don't have to modify the alert each time you add/remove a container group?
  • will the alert compute and evaluate a single average across all CGs within a given RG? or will it merely evaluate each separately? (we want the former, not the latter)

Relevant links:

hashicorp/terraform-provider-azurerm#4337

https://github.com/Azure/azure-libraries-for-net/blob/master/Tests/Fluent.Tests/Monitor/MonitorTests.cs#L614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants