mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* revert * works but needs clean up and tests * clean up * remove any * change confusing query var to expr * oops * add test * lint * cleanup * update docs * Update public/app/plugins/datasource/cloud-monitoring/components/PromQLEditor.tsx Co-authored-by: Andreas Christou <andreas.christou@grafana.com> * nit * lint fix? * remove comment from cue * go linter * removing parsing stuff parseresponse func --------- Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {},
|
|
"values": [
|
|
[
|
|
1,
|
|
"1234"
|
|
],
|
|
[
|
|
2,
|
|
"12345"
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |