MON-78 Add Stream Analytics on several names to be more specific
This commit is contained in:
parent
41997c9afe
commit
0b896d784b
@ -34,7 +34,7 @@ resource "datadog_monitor" "su_utilization" {
|
||||
}
|
||||
|
||||
resource "datadog_monitor" "failed_function_requests" {
|
||||
name = "[${var.environment}] More than ${var.function_requests_threshold_critical} failed function requests on {{name}}"
|
||||
name = "[${var.environment}] Stream Analytics : More than ${var.function_requests_threshold_critical} failed function requests on {{name}}"
|
||||
message = "${var.message}"
|
||||
|
||||
query = <<EOF
|
||||
@ -61,7 +61,7 @@ resource "datadog_monitor" "failed_function_requests" {
|
||||
}
|
||||
|
||||
resource "datadog_monitor" "conversion_errors" {
|
||||
name = "[${var.environment}] More than ${var.conversion_errors_threshold_critical} conversion errors on {{name}}"
|
||||
name = "[${var.environment}] Stream Analytics : More than ${var.conversion_errors_threshold_critical} conversion errors on {{name}}"
|
||||
message = "${var.message}"
|
||||
|
||||
query = <<EOF
|
||||
@ -88,7 +88,7 @@ resource "datadog_monitor" "conversion_errors" {
|
||||
}
|
||||
|
||||
resource "datadog_monitor" "runtime_errors" {
|
||||
name = "[${var.environment}] More than ${var.runtime_errors_threshold_critical} runtime errors on {{name}}"
|
||||
name = "[${var.environment}] Stream Analytics : More than ${var.runtime_errors_threshold_critical} runtime errors on {{name}}"
|
||||
message = "${var.message}"
|
||||
|
||||
query = <<EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user