From 4edcc82e10c4095607394d9542a9ffb7730fcccf Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Sun, 26 Nov 2017 20:17:14 +0100 Subject: [PATCH] MON-80 convert all as_count queries to sum --- cloud/azure/iothubs/monitors-iothubs.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cloud/azure/iothubs/monitors-iothubs.tf b/cloud/azure/iothubs/monitors-iothubs.tf index 6e1f926..9719e59 100644 --- a/cloud/azure/iothubs/monitors-iothubs.tf +++ b/cloud/azure/iothubs/monitors-iothubs.tf @@ -11,7 +11,7 @@ resource "datadog_monitor" "too_many_jobs_failed" { message = "${var.message}" query = <