Skip to content

Commit

Permalink
chore: Updated Datadog heartbeat metrics name (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
syedimranhassan authored Sep 4, 2024
1 parent 8a823f8 commit 5378ad7
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": ["deployment:'${DEPLOYMENT}'"]
Expand Down

0 comments on commit 5378ad7

Please sign in to comment.