Skip to content

update alerts to use metric threshold instead of count#6

Open
dougbrad wants to merge 1 commit intomasterfrom
alerts_use_threshold
Open

update alerts to use metric threshold instead of count#6
dougbrad wants to merge 1 commit intomasterfrom
alerts_use_threshold

Conversation

@dougbrad
Copy link
Collaborator

@dougbrad dougbrad commented May 7, 2020

Will move to new repo when Anurag is ready

@dougbrad dougbrad requested a review from acearun May 7, 2020 20:58
"threshold": "[parameters('alertThreshold')]",
"metricTrigger": {
"thresholdOperator": "GreaterThan",
"threshold": 3,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does an alert fires when Number of deadlocks/second > 0 for 3 separate 5m windows? Or when the Number of deadlocks/sec > 3?

@acearun
Copy link
Owner

acearun commented May 8, 2020

Will you do a separate PR for the CPU utilization and used memory metrics. We should probably replace the used memory to available memory (below threshold).

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

Successfully merging this pull request may close these issues.

2 participants