grafana/public/app/plugins/datasource/prometheus
David Kaltschmidt 54c9beb146 Explore: jump to explore from panels with mixed datasources
- 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
2018-10-01 12:03:57 +02:00
..
dashboards Fix Prometheus 2.0 stats (#11048) 2018-03-03 13:40:28 +01:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials add annotation option to treat series value as timestamp 2018-09-13 20:05:30 +09:00
snippets provide ace editor for external datasource plugin (#9224) 2017-09-13 09:29:53 +02:00
specs Explore: dont rate-hint on rate queries 2018-09-20 16:59:06 +02:00
add_label_to_query.ts Explore: Fix click to filter for recording rule expressions 2018-09-19 11:45:55 +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 Explore: jump to explore from panels with mixed datasources 2018-10-01 12:03:57 +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 Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
mode-prometheus.js prometheus editor: variable autocomplete support (PR #9988) 2018-03-15 20:17:51 +03:00
module.ts set default value of httpMethod 2018-03-12 13:53:05 +09:00
plugin.json Explore Datasource selector 2018-07-13 09:09:36 +02:00
query_ctrl.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts added radix rule and changed files to follow rule (#13153) 2018-09-05 16:51:31 +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/