grafana/public/app/plugins/datasource/prometheus
kay delaney 477d5643b6
Explore: Prometheus query errors now show (#17470)
* Explore: Prometheus query errors now show
Fixes: #17435

* Explore: Adds test to ensure prometheus query errors are reported

* Explore: removes implicit anys introduced previously
2019-06-18 11:07:09 +01:00
..
components Fix: Adds context to list of keys that are not part of query (#17423) 2019-06-04 14:07:25 +02: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 pattern validation in configs (#16837) 2019-05-02 11:02:00 +02:00
snippets provide ace editor for external datasource plugin (#9224) 2017-09-13 09:29:53 +02:00
specs Explore: Prometheus query errors now show (#17470) 2019-06-18 11:07:09 +01:00
add_label_to_query.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
completer.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
config_ctrl.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
datasource.ts Explore: Prometheus query errors now show (#17470) 2019-06-18 11:07:09 +01:00
language_provider.ts Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
language_utils.ts Fix: Fetch histogram series from other api route (#16768) 2019-04-29 15:42:58 +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 Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02: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 Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
promql.ts fixed promql and loggging syntax so all punctuation chars are treated the same, remove hover move 2018-12-04 14:57:01 +01:00
query_ctrl.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
query_hints.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
types.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +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/