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}'"]