grafana/public/app/plugins/datasource/prometheus
2019-09-13 15:08:29 +02:00
..
components Loki: Fix vertical alignment issue in label selector (#18943) 2019-09-12 15:33:16 +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 Dashboard: Use Explore's Prometheus editor in dashboard panel edit (#15364) 2019-06-24 08:42:08 +02:00
specs QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 2019-09-12 17:28:46 +02:00
add_label_to_query.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.test.ts Prometheus: Fix response states (#19092) 2019-09-13 15:08:29 +02:00
datasource.ts Prometheus: Fix response states (#19092) 2019-09-13 15:08:29 +02:00
language_provider.ts Prometheus: added time range filter to series labels query (#16851) 2019-07-08 17:48:09 +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 Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
module.ts Dashboard: Use Explore's Prometheus editor in dashboard panel edit (#15364) 2019-06-24 08:42:08 +02:00
plugin.json Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
promql.ts Dashboard: Use Explore's Prometheus editor in dashboard panel edit (#15364) 2019-06-24 08:42:08 +02:00
query_hints.test.ts Prometheus: Prevents panel editor crash when switching to Prometheus datasource (#18616) 2019-08-19 14:04:16 +02:00
query_hints.ts Prometheus: Prevents panel editor crash when switching to Prometheus datasource (#18616) 2019-08-19 14:04:16 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts TimeSeries: datasources with labels should export tags (not labels) (#18977) 2019-09-10 06:58:34 +02:00
types.ts QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 2019-09-12 17:28:46 +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/