grafana/public/app/plugins/datasource
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
..
cloudwatch DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
elasticsearch AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
grafana Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
grafana-azure-monitor-datasource DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
graphite AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
influxdb AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
input DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
loki fix(explore): Prevent double querying for Prometheus and Loki (#17004) 2019-05-13 09:55:20 +02:00
mixed DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
mssql AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
mysql AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
opentsdb AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
postgres AddDataSource: Updated page design & categories (#16971) 2019-05-09 11:45:39 +02:00
prometheus fix(explore): Prevent double querying for Prometheus and Loki (#17004) 2019-05-13 09:55:20 +02:00
stackdriver DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
testdata DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00