grafana/public/app/plugins/datasource/prometheus
David 01bbcf4eea
Editor: New line on Enter, run query on Shift+Enter (#24654)
* Editor: New line on Enter, run query on Shift+Enter

- default Enter behavior on query editor fields should be a new line
- special behavior should require a special key: running a query is now
done on Shift-Enter
- Plugins order had to be changed because when typeahead is shown, Enter
is accepting the suggestion

* Run with ctrl-enter, hint in query placeholder

* Fix Kusto field behavior for Enter

* Fix Kusto field behavior for default suggestion
2020-05-14 15:13:45 +02:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +02:00
dashboards Datasources: Update dashboards (#22476) 2020-03-11 10:56:45 +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 Loki: Fix label matcher for log metrics queries (#24238) 2020-05-04 18:16:54 +02:00
add_label_to_query.ts Loki: Fix label matcher for log metrics queries (#24238) 2020-05-04 18:16:54 +02:00
datasource.test.ts Field: UI & Code consistency Title -> Display name (#24507) 2020-05-12 13:52:53 +02:00
datasource.ts Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +02:00
language_provider.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_provider.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +02:00
language_utils.test.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +02:00
language_utils.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +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 Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
metric_find_query.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01: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 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 Prometheus: Fix for prometheus legend formats for instant time series queries (#24407) 2020-05-08 07:59:35 +02:00
result_transformer.ts Prometheus: Show results of instant queries only in table (#24508) 2020-05-11 22:47:15 +02:00
types.ts Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +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/