grafana/public/app/plugins/datasource/prometheus
renovate[bot] 159fb4cebb
Update dependency eslint-plugin-react to v7.27.1 (#43207)
* Update dependency eslint-plugin-react to v7.27.1

* Fix up code to work with new version of eslint-plugin-react

* kick drone

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-12-21 11:11:27 +00:00
..
components Update dependency eslint-plugin-react to v7.27.1 (#43207) 2021-12-21 11:11:27 +00:00
configuration A11y: Fix prometheus issues (#42671) 2021-12-03 14:15:25 +01:00
dashboards Prometheus: use TimeSeries instead of Graph in Prometheus 2.0 Stats dashboards (#36120) 2021-07-01 14:08:42 +02:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials Logs: Add documentation for log details and caching (#35103) 2021-06-07 17:11:44 +02:00
add_label_to_query.test.ts Prometheus: Fix issues with ad-hoc filters (#30931) 2021-02-10 14:02:42 +01:00
add_label_to_query.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
datasource.test.ts Prometheus: Fix running of exemplar queries for non-histogram metrics (#42749) 2021-12-09 11:30:23 +01:00
datasource.ts Legend: extract common renderLegendFormat function (loki+prom) (#43054) 2021-12-15 04:19:16 +01:00
language_provider.test.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
language_provider.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
language_utils.test.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
language_utils.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
legend.test.ts Legend: extract common renderLegendFormat function (loki+prom) (#43054) 2021-12-15 04:19:16 +01:00
legend.ts Legend: extract common renderLegendFormat function (loki+prom) (#43054) 2021-12-15 04:19:16 +01:00
metric_find_query.test.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
metric_find_query.ts Chore: Upgrades rxjs to 7.3.0 (#37913) 2021-08-19 06:38:31 +02:00
module.test.ts Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
module.ts Alerting: app specific query editors for Loki and Prometheus (#34365) 2021-05-19 16:24:27 +02:00
plugin.json Fix deleting prom rules endpoints via ds_proxy (#33491) 2021-04-29 10:20:51 +03:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
query_hints.test.ts prometheus: metadata: simplify the metrics-metadata format (#39411) 2021-09-21 15:19:52 +02:00
query_hints.ts prometheus: metadata: simplify the metrics-metadata format (#39411) 2021-09-21 15:19:52 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
result_transformer.test.ts Prometheus: Run dashboard queries trough backend (#40333) 2021-10-15 13:37:27 +02:00
result_transformer.ts Legend: extract common renderLegendFormat function (loki+prom) (#43054) 2021-12-15 04:19:16 +01:00
types.ts Prometheus: Run annotation queries trough backend (#41059) 2021-11-02 16:46:20 +01:00
variables.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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/