grafana/public/app/plugins/datasource/prometheus
Boyko 75fe3c839b
Select: scroll into view when navigate with up/down arrows (#22503)
* scroll into view when move item up/down

Signed-off-by: blalov <boiskila@gmail.com>

* update test snapshots

Signed-off-by: blalov <boiskila@gmail.com>
2020-03-02 12:17:39 +01:00
..
components Select: scroll into view when navigate with up/down arrows (#22503) 2020-03-02 12:17:39 +01:00
configuration Datasource: Show access (Browser/Server) select on the Prometheus datasource (#21833) 2020-02-04 08:42:26 +01:00
dashboards Update grafana_stats.json 2018-10-29 12:05:24 +01: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 Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files (#20755) 2019-12-02 18:14:26 +01:00
add_label_to_query.ts Explore: Keep logQL filters when selecting labels in log row details (#20570) 2019-11-22 12:23:21 +01:00
datasource.test.ts Prometheus: Implement region annotation (#22225) 2020-02-18 16:10:15 +01:00
datasource.ts Prometheus: Implement region annotation (#22225) 2020-02-18 16:10:15 +01:00
language_provider.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_provider.ts Prometheus: Disable suggestions at beginning of value (#21302) 2020-01-03 12:16:27 +01:00
language_utils.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_utils.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01: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 Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
metric_find_query.ts Chore: Remove angular dependency from prometheus datasource (#20536) 2019-11-21 15:36:56 +00: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 AddDatasourcePage: Refactoring & more Phantom plugins (#21261) 2020-01-06 16:56:34 +01:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
query_hints.test.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
query_hints.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.test.ts Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files (#20755) 2019-12-02 18:14:26 +01:00
result_transformer.ts Prometheus: Allow sub-second step in the prometheus datasource (#21861) 2020-02-06 15:28:20 +01:00
types.ts Explore: Moves PromContext from query level to DataQueryRequest level (#21260) 2019-12-27 09:11:16 +01: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/