grafana/public/app/plugins/datasource/prometheus
Dominik Prokop 9b7748ec13
Chore: Reorg packages (#20111)
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data

* Move types from grafana-ui to grafana-data

* Move valueFormats to grafana-data

* Move utils from grafana-ui to grafana-data

* Update imports in grafana-ui

* revert data's tsconfig change

* Update imports in grafana-runtime

* Fix import paths in grafana-ui

* Move rxjs to devDeps

* Core import updates batch 1

* Import updates batch 2

* Imports fix batch 3

* Imports fixes batch i don't know

* Fix imorts in grafana-toolkit

* Fix imports after master merge
2019-10-31 10:48:05 +01:00
..
components Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +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 Prometheus: datasource config with custom parameters string (#19121) 2019-09-18 18:59:23 +02:00
specs Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01: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 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 Loki: Updated cheat sheet with new filter syntax (#18947) 2019-09-16 07:17:34 +02: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 TimeSeries: datasources with labels should export tags (not labels) (#18977) 2019-09-10 06:58:34 +02: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/