mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
* prometheus: add tests covering prometheus_response to grafana_dataframes * fixed variable name * added comment * removed not-helping function call
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {},
|
|
"values": [
|
|
[1641889530, "+Inf"],
|
|
[1641889531, "+Inf"],
|
|
[1641889532, "+Inf"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|