Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 8, 2019 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/ed71e9b1e94b7d9912641cda81b0f258 to your computer and use it in GitHub Desktop.
Save johndowns/ed71e9b1e94b7d9912641cda81b0f258 to your computer and use it in GitHub Desktop.
{
"time": "timestamp-when-metrics-calculated",
"data": {
"baseData": {
"metric": "our-metric-name",
"namespace": "our-metric-namespace",
"dimNames": [
"our-dimension-name"
],
"series": [
{
"dimValues": [
"our-dimension-value"
],
"min": "minimum-metric-value",
"max": "maximum-metric-value",
"sum": "sum-of-metric-values",
"count": "number-of-metric-values"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment