grafana/public/app/plugins/datasource/prometheus
David bf5b60f74a
fix(explore): Prevent double querying for Prometheus and Loki (#17004)
* fix(explore): Prevent double querying for Prometheus and Loki

- queries were triggered twice because two Enter handlers existed
- removed runner plugin from Loki and Prom query fields (runner plugin
is still being used in azure)

Part of #16995

* Set loki's mtrics capability to false

Loki is not a metrics store. Explore was using the `metrics` field in
the plugin definition to issue a second query run. But Loki shows only
one result viewer.

Fixes #16995
2019-05-13 09:55:20 +02:00
..
components fix(explore): Prevent double querying for Prometheus and Loki (#17004) 2019-05-13 09:55:20 +02: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 Add pattern validation in configs (#16837) 2019-05-02 11:02:00 +02:00
snippets provide ace editor for external datasource plugin (#9224) 2017-09-13 09:29:53 +02:00
specs Explore: Align Explore with Dashboards and Panels (#16823) 2019-05-10 14:00:39 +02:00
add_label_to_query.ts fix(prometheus): issue with click label to filter for recording rules in Explore 2019-05-09 13:54:48 +02:00
completer.ts Merge pull request #12251 from mtanda/prometheus_use_matchers_for_completion 2018-09-13 11:48:13 +02:00
config_ctrl.ts set default value of httpMethod 2018-03-12 13:53:05 +09:00
datasource.ts Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
language_provider.ts Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
language_utils.ts Fix: Fetch histogram series from other api route (#16768) 2019-04-29 15:42:58 +02:00
metric_find_query.d.ts (prometheus) add query result template query 2016-02-09 01:37:43 +09:00
metric_find_query.ts support /api/v1/labels 2019-02-07 13:59:42 +09:00
mode-prometheus.js prometheus editor: variable autocomplete support (PR #9988) 2018-03-15 20:17:51 +03:00
module.ts Make Explore plugin exports explicit 2018-10-30 14:38:34 +01:00
plugin.json AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
promql.ts fixed promql and loggging syntax so all punctuation chars are treated the same, remove hover move 2018-12-04 14:57:01 +01:00
query_ctrl.ts DataSourceApi: add getCollapsedText(query) to DataSourceApi (#16482) 2019-04-10 09:31:32 -07:00
query_hints.ts Docs: fix grammar in query hint, tests, and documentation (#16444) 2019-04-10 10:12:57 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts refactor(data models): Renamed TableData to SeriesData (#16185) 2019-03-25 14:46:16 +01:00
types.ts DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +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/