grafana/public/app/plugins/datasource/prometheus
Kemal Akkoyun 0c70308870
Prometheus: Add time range parameters to labels API (#27548)
* Add time range parameters to labels API

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Fix minor issues

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Add range to explore component

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Add range to query component

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Cache metric names for time range

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>

* Remove unused method

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Only compare the ranges

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>

* Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2020-09-29 11:05:57 +02:00
..
components Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
configuration Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
dashboards prometheus grafana dashboard: use newer info metric (#27240) 2020-09-24 21:10:57 +02:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
add_label_to_query.test.ts Prometheus: parse value as number when label is le (#26375) 2020-08-18 14:47:25 +02:00
add_label_to_query.ts Prometheus: parse value as number when label is le (#26375) 2020-08-18 14:47:25 +02:00
datasource.test.ts Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
datasource.ts Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
language_provider.test.ts Prometheus: add $__rate_interval variable (#26937) 2020-08-13 18:58:40 +02:00
language_provider.ts Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
language_utils.test.ts Prometheus: Fix recording rules expansion (#24977) 2020-05-22 15:16:01 +02:00
language_utils.ts Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
metric_find_query.d.ts (prometheus) add query result template query 2016-02-09 01:37:43 +09:00
metric_find_query.test.ts Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
metric_find_query.ts Prometheus: Add time range parameters to labels API (#27548) 2020-09-29 11:05:57 +02:00
module.test.ts Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
module.ts Datasource: updates PromExploreQueryEditor to prevent it from throwing error on edit (#21605) 2020-02-06 12:37:30 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Prometheus: add $__rate_interval variable (#26937) 2020-08-13 18:58:40 +02:00
query_hints.test.ts Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
query_hints.ts Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.test.ts Prometheus: parse value as number when label is le (#26375) 2020-08-18 14:47:25 +02:00
result_transformer.ts Pass scoped vars to create label (#27047) 2020-08-19 08:29:23 +02:00
types.ts Explore: Remove not running query for collapsed elements (#27026) 2020-09-22 17:31:42 +02:00

Prometheus Data Source - Native Plugin

Grafana ships with built in support for Prometheus, the open-source service monitoring system and time series database.

Read more about it here:

http://docs.grafana.org/datasources/prometheus/