grafana/public/app/plugins/datasource/prometheus
Arthur D'Andréa Alemar 0a6a3f9ab7 fix(prometheus): use time independent API to list metrics and labels names
Using the "/api/v1/query" endpoint to extract information about metrics
and labels are limited to the metrics available at the time parameter
(that is set to current time), this can lead to labels not showing
because they have no value in the current time even when the dashboard
is displaying historic data.

On the other hand "/api/v1/series" returns results including every
metric and label known to Prometheus, independent of time and value.
2015-10-23 17:18:34 -02:00
..
partials docs: minor fix 2015-10-06 17:51:22 +02:00
specs fix(prometheus): use time independent API to list metrics and labels names 2015-10-23 17:18:34 -02:00
datasource.js fix(prometheus): use time independent API to list metrics and labels names 2015-10-23 17:18:34 -02:00
directives.js Add prometheus datasource 2015-09-28 23:15:33 +01:00
plugin.json Add prometheus datasource 2015-09-28 23:15:33 +01:00
query_ctrl.js feat(prometheus): refactoring and polish of the prometheus editor removing unused/uneeded code 2015-10-06 14:34:44 +02:00