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 3, 2024
1 parent 645cdc3 commit a145ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/jobs/CheckASGLifeCycleHooks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CheckASGLifeCycleHooks {
{
"series": [{
"metric": "${datadog_heartbeat_name}",
"points": [[\'$(date +%s)', 1]],
"points": [['\$(date +%s)', 1]],
"type": "gauge",
"tags": ["env:${deployment}", "app:check-asg-lifecycle-hooks"]
}]
Expand Down

0 comments on commit a145ed4

Please sign in to comment.