grafana/public/app/plugins/datasource/prometheus
Torkel Ödegaard 8b7decf57b
Styles & Theme: Inline form styles polish & tweaks (#23521)
* Styles: Refactoring and tweaks to inline form styles

* Minor change

* Minor fix

* Updated snapshot

* tweaks

* minor tweak

* Updated modal style

* Updated snapshot

* Updated more snapshots
2020-04-13 09:58:40 +02:00
..
components Styles & Theme: Inline form styles polish & tweaks (#23521) 2020-04-13 09:58:40 +02:00
configuration Forms migration: Input namespace (#23286) 2020-04-02 16:18:06 +02:00
dashboards Datasources: Update dashboards (#22476) 2020-03-11 10:56:45 +01:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
add_label_to_query.test.ts Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files (#20755) 2019-12-02 18:14:26 +01:00
add_label_to_query.ts Explore: Keep logQL filters when selecting labels in log row details (#20570) 2019-11-22 12:23:21 +01:00
datasource.test.ts Prometheus: Implement region annotation (#22225) 2020-02-18 16:10:15 +01:00
datasource.ts Prometheus: Implement region annotation (#22225) 2020-02-18 16:10:15 +01:00
language_provider.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_provider.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
language_utils.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_utils.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
metric_find_query.d.ts (prometheus) add query result template query 2016-02-09 01:37:43 +09:00
metric_find_query.test.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
metric_find_query.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
module.test.ts Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
module.ts Datasource: updates PromExploreQueryEditor to prevent it from throwing error on edit (#21605) 2020-02-06 12:37:30 +00:00
plugin.json AddDatasourcePage: Refactoring & more Phantom plugins (#21261) 2020-01-06 16:56:34 +01:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
query_hints.test.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
query_hints.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.test.ts Chore: reduces strict null errors to 824 (#22744) 2020-03-12 10:22:33 +01:00
result_transformer.ts Prometheus: Render missing labels in legend formats as an empty string (#22355) 2020-03-18 19:57:11 +01:00
types.ts Explore: Moves PromContext from query level to DataQueryRequest level (#21260) 2019-12-27 09:11:16 +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/