Skip to content

Commit

Permalink
chore: Added Datadog heartbeat metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
syedimranhassan committed Sep 4, 2024
1 parent 99b13d1 commit d4ff2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/table-size-monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"]
Expand Down

0 comments on commit d4ff2ae

Please sign in to comment.