MON-510 Fix metric name
This commit is contained in:
parent
670ae6553e
commit
440a46596c
@ -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