From bc06027da642432c38128e71b448a8395403fc6a Mon Sep 17 00:00:00 2001 From: syedimranhassan Date: Wed, 4 Sep 2024 10:56:57 +0500 Subject: [PATCH] chore: Added Datadog heartbeat metrics --- devops/resources/janitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/resources/janitor.sh b/devops/resources/janitor.sh index 4ac372588..afbb80fc7 100644 --- a/devops/resources/janitor.sh +++ b/devops/resources/janitor.sh @@ -47,7 +47,7 @@ curl -X POST "https://api.datadoghq.com/api/v1/series?api_key=${DD_KEY}" \ -H "Content-Type: application/json" \ -d '{ "series" : [{ - "metric": '${JOB_NAME##*/}+".heartbeat"', + "metric": '${JOB_NAME##*/}".heartbeat"', "points": [['"$(date +%s)"', 1]], "type": "gauge", "tags": ["env:edge", "app:minos"]