grafana/public/app/plugins/datasource/prometheus
David Kaltschmidt c92f5462fe Explore: repair logging after code restructuring
this is a fix-up PR that cleans up Explore Logging after the recent
restructuring.

- log results need to be merged since query transactions have been
  introduced
- logging DS has its own language provider, query field, and start page
  (some of them based on prometheus components)
- added loader animation to log viewer
- removed logging logic from prometheus components
2018-10-30 16:35:49 +01:00
..
components Explore: repair logging after code restructuring 2018-10-30 16:35:49 +01: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 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 Merge pull request #13847 from miqh/fix/multi-line-aggregation 2018-10-28 18:05:31 +01:00
add_label_to_query.ts Remove duplicate labels in the datasource query 2018-10-09 15:34:58 +11: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 Add sum aggregation query suggestion 2018-10-28 21:03:39 +08:00
language_provider.ts Explore: repair logging after code restructuring 2018-10-30 16:35:49 +01:00
language_utils.ts Moved prom language features to datasource language provider 2018-10-25 12:24:24 +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 fix: label values regex for single letter labels 2018-10-12 23:13:11 +03: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 Explore Datasource selector 2018-07-13 09:09:36 +02:00
promql.ts Moved prom language features to datasource language provider 2018-10-25 12:24:24 +02:00
query_ctrl.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
query_hints.ts Add sum aggregation query suggestion 2018-10-28 21:03:39 +08:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts Fix rebase, fix empty field still issuing query problem 2018-10-23 17:21:33 +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/