mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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
27 lines
440 B
JSON
27 lines
440 B
JSON
{
|
|
"status": "success",
|
|
"data": [
|
|
"__name__",
|
|
"call",
|
|
"code",
|
|
"config",
|
|
"dialer_name",
|
|
"endpoint",
|
|
"event",
|
|
"goversion",
|
|
"handler",
|
|
"instance",
|
|
"interval",
|
|
"job",
|
|
"le",
|
|
"listener_name",
|
|
"name",
|
|
"quantile",
|
|
"reason",
|
|
"role",
|
|
"scrape_job",
|
|
"slice",
|
|
"version"
|
|
]
|
|
}
|