mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
3fb6319d1b
* Move files to prometheus-library * refactor core prometheus to use prometheus-library * modify client transport options * mock * have a type * import aliases * rename * call the right method * remove unrelated test from the library * update codeowners * go work sync * update go.work.sum * make swagger-clean && make openapi3-gen * add promlib to makefile * remove clilogger * Export the function * update unit test * add prometheus_test.go * fix mock type * use mapUtil from grafana-plugin-sdk-go
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"resultType": "matrix",
|
|
"result": [
|
|
{
|
|
"metric": {},
|
|
"values": [
|
|
[1641889530, "+Inf"],
|
|
[1641889531, "+Inf"],
|
|
[1641889532, "+Inf"]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|