mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* 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 |
||
---|---|---|
.. | ||
components | ||
dashboards | ||
img | ||
partials | ||
snippets | ||
specs | ||
add_label_to_query.ts | ||
completer.ts | ||
config_ctrl.ts | ||
datasource.ts | ||
language_provider.ts | ||
language_utils.ts | ||
metric_find_query.d.ts | ||
metric_find_query.ts | ||
mode-prometheus.js | ||
module.ts | ||
plugin.json | ||
promql.ts | ||
query_ctrl.ts | ||
query_hints.ts | ||
README.md | ||
result_transformer.ts | ||
types.ts |
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: