Merge branch 'MON-510-Fix-metric-queue-client-other-error-requests' into 'master'
MON-510 Fix metric name Closes MON-510 See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!121
This commit is contained in:
commit
371e959bbb
@ -1017,8 +1017,8 @@ resource "datadog_monitor" "queue_client_other_error_requests" {
|
|||||||
|
|
||||||
query = <<EOQ
|
query = <<EOQ
|
||||||
${var.client_other_error_requests_time_aggregator}(${var.client_other_error_requests_timeframe}):
|
${var.client_other_error_requests_time_aggregator}(${var.client_other_error_requests_timeframe}):
|
||||||
default((default(sum:azure.storage_storageaccounts_fileservices.transactions${module.filter-tags-client-other-error.query_alert} by {resource_group,name}.as_rate(),0) /
|
default((default(sum:azure.storage_storageaccounts_queueservices.transactions${module.filter-tags-client-other-error.query_alert} by {resource_group,name}.as_rate(),0) /
|
||||||
default(sum:azure.storage_storageaccounts_fileservices.transactions${module.filter-tags.query_alert} by {resource_group,name}.as_rate(),0)
|
default(sum:azure.storage_storageaccounts_queueservices.transactions${module.filter-tags.query_alert} by {resource_group,name}.as_rate(),0)
|
||||||
* 100),0) > ${var.client_other_error_requests_threshold_critical}
|
* 100),0) > ${var.client_other_error_requests_threshold_critical}
|
||||||
EOQ
|
EOQ
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user