From d4ff2aed84cf1be6333cb66854a4e6bfcbfd999a Mon Sep 17 00:00:00 2001 From: syedimranhassan Date: Wed, 4 Sep 2024 11:20:14 +0500 Subject: [PATCH] chore: Added Datadog heartbeat metrics --- 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 2596508e7..db284ffa8 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": ["env:'${DEPLOYMENT}'"]