Skip to content

Commit

Permalink
Merge pull request #5438 from dfe-analytical-services/EES-5685-correc…
Browse files Browse the repository at this point in the history
…t-time-aggregates-to-supported-values

EES-5685 - reverting change to timeAggregation as Total was not supported
  • Loading branch information
duncan-at-hiveit authored Dec 6, 2024
2 parents b2cb309 + 53b3211 commit e636e43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module alerts '../staticMetricAlert.bicep' = [for name in resourceNames: {
resourceType: 'Microsoft.Network/applicationGateways'
query: {
metric: 'UnhealthyHostCount'
aggregation: 'Total'
aggregation: 'Average'
operator: 'GreaterThan'
threshold: 0
}
Expand Down

0 comments on commit e636e43

Please sign in to comment.