Skip to content

Instantly share code, notes, and snippets.

@yesoreyeram
Created March 3, 2023 10:23
Show Gist options
  • Save yesoreyeram/1e749c1cf927f353e7e0edd2ff047396 to your computer and use it in GitHub Desktop.
Save yesoreyeram/1e749c1cf927f353e7e0edd2ff047396 to your computer and use it in GitHub Desktop.
Grafana Data Frame Contrac
[
{
"schema": {
"refId": "A",
"meta": {
"type": "numeric-long",
"typeVersion": [0, 1]
},
"fields": [
{
"type": "number",
"name": "avgSlothCount",
"typeInfo": {
"frame": "float64"
},
"labels": {}
},
{
"type": "string",
"name": "city",
"typeInfo": {
"frame": "string"
},
"labels": {}
}
]
},
"data": {
"values": [
[4, 7.5],
["LGA", "MIA"]
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment