grafana/public/app/plugins/datasource/prometheus
kay delaney 4483bcadec
Chore: Move and wrap Cascader component to @grafana/ui (#20246)
* Chore: Move and wrap Cascader component to @grafana/ui
Closes #19042

* Removes unneeded props from interface and removes rc-trigger

* Removes more unneeded props
2019-11-14 10:26:42 +00:00
..
components Chore: Move and wrap Cascader component to @grafana/ui (#20246) 2019-11-14 10:26:42 +00:00
configuration ReactMigration: Migrate Prometheus config page to React (#20248) 2019-11-08 10:02:51 +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 ReactMigration: Migrate Prometheus config page to React (#20248) 2019-11-08 10:02:51 +01:00
specs Prometheus: Adds hint support to dashboard and fixes prometheus link in query editor (#20275) 2019-11-11 16:47:17 +01:00
add_label_to_query.ts Typescript: Removes implicit anys (#17625) 2019-06-18 11:01:12 +02:00
datasource.test.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
datasource.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
language_provider.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
language_utils.ts Chore: Update Slate to 0.47.8 (#19197) 2019-09-23 12:26:05 +01: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 Datasource: fixes prometheus metrics query query field definition (#20273) 2019-11-08 11:12:34 +00:00
plugin.json Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
promql.ts Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00: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 Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts Prometheus: Adds hint support to dashboard and fixes prometheus link in query editor (#20275) 2019-11-11 16:47:17 +01:00
types.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01: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/