mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
4a88b8f66c
* prometheus: add tests covering prometheus_response to grafana_dataframes * fixed variable name * added comment * removed not-helping function call
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": { "handler": "/api/v1/query_range", "job": "prometheus" },
|
|
"values": [
|
|
[1641889530, "NaN"],
|
|
[1641889531, "NaN"],
|
|
[1641889532, "NaN"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|