You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A data-point (metric) for a named data-series.",
"type": "object",
"properties": {
"name": {
"description": "The name of the series which this data-point belongs to.",
"type": "string"
},
"value": {
"description": "The data-point's value.",
"type": "integer",
"minimum": 0
},
"createdAt": {
"description": "The date/time the data-point was created, in UTC. ISO-8601 format datetime string, to millisecond resolution, with 'Z' time zone designator.",