Skip to content

Instantly share code, notes, and snippets.

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 samjewell/4273d61575a53bffbf0bd3fa85ed9493 to your computer and use it in GitHub Desktop.
Save samjewell/4273d61575a53bffbf0bd3fa85ed9493 to your computer and use it in GitHub Desktop.
Trial the JSON datasources available
[
{
"month (ISO)": "2023-07",
"month (string)": "July",
"team": "coffee",
"Grafana Product": "metrics",
"Dollars due": 4
},
{
"month (ISO)": "2023-07",
"month (string)": "July",
"team": "cakes",
"Grafana Product": "metrics",
"Dollars due": 33
},
{
"month (ISO)": "2023-07",
"month (string)": "July",
"team": "coffee",
"Grafana Product": "logs",
"Dollars due": 7
},
{
"month (ISO)": "2023-07",
"month (string)": "July",
"team": "cakes",
"Grafana Product": "logs",
"Dollars due": 99
},
{
"month (ISO)": "2023-06",
"month (string)": "June",
"team": "coffee",
"Grafana Product": "metrics",
"Dollars due": 6
},
{
"month (ISO)": "2023-06",
"month (string)": "June",
"team": "cakes",
"Grafana Product": "metrics",
"Dollars due": 44
},
{
"month (ISO)": "2023-06",
"month (string)": "June",
"team": "coffee",
"Grafana Product": "logs",
"Dollars due": 9
},
{
"month (ISO)": "2023-06",
"month (string)": "June",
"team": "cakes",
"Grafana Product": "logs",
"Dollars due": 101
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment