mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
- extends handlers for panel menu and keypress 'x' - in a mixed-datasource panel finds first datasource that supports explore and collects its targets - passes those targets to the found datasource to be serialized for explore state - removed `supportMetrics` and `supportsExplore` - use datasource metadata instead (set in plugin.json) - Use angular timeout to wrap url change for explore jump - Extract getExploreUrl into core/utils/explore |
||
---|---|---|
.. | ||
dashboards | ||
img | ||
partials | ||
snippets | ||
specs | ||
add_label_to_query.ts | ||
completer.ts | ||
config_ctrl.ts | ||
datasource.ts | ||
metric_find_query.d.ts | ||
metric_find_query.ts | ||
mode-prometheus.js | ||
module.ts | ||
plugin.json | ||
query_ctrl.ts | ||
README.md | ||
result_transformer.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: