From 5378ad7ddac3e6bca3b4baac5d59fea849fb8f1f Mon Sep 17 00:00:00 2001 From: Syed Imran Hassan <45480841+syedimranhassan@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:11:08 +0500 Subject: [PATCH] chore: Updated Datadog heartbeat metrics name (#1780) --- devops/resources/table-size-monitoring.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/resources/table-size-monitoring.sh b/devops/resources/table-size-monitoring.sh index 82cb33305..67ee58a10 100644 --- a/devops/resources/table-size-monitoring.sh +++ b/devops/resources/table-size-monitoring.sh @@ -36,7 +36,7 @@ curl -X POST "https://api.datadoghq.com/api/v1/series?api_key=${DD_KEY}" \ -H "Content-Type: application/json" \ -d '{ "series" : [{ - "metric": "table-size-monitoring-'${DEPLOYMENT}'.heartbeat", + "metric": "table_size_monitoring_'${DEPLOYMENT}'.heartbeat", "points": [['"$(date +%s)"', 1]], "type": "gauge", "tags": ["deployment:'${DEPLOYMENT}'"]