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 d44e1ac commit bc06027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/janitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bc06027

Please sign in to comment.