Skip to content

Instantly share code, notes, and snippets.

@wpcarro
Created February 16, 2023 20:36
Show Gist options
  • Save wpcarro/4a10cba6e012271ae8e75499135a30c6 to your computer and use it in GitHub Desktop.
Save wpcarro/4a10cba6e012271ae8e75499135a30c6 to your computer and use it in GitHub Desktop.
Debugging stacking "version graph" in Datadog.
{
"series": [
{
"metric": "corp.service.heartbeat",
"type": 3,
"points": [
{
"timestamp": timestamp_unix(),
"value": 1,
}
],
"tags": [
"env:prod",
"service:flow",
"application:" + this.name,
"version:" + this.version,
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment