grafana/public/app/plugins/datasource/prometheus
Elan Kugelmass c7c776c642
Prometheus: Update PromQL typeahead and highlighting (#36730)
* Update PromQL functions

* prettier
2021-07-20 11:19:59 +02:00
..
components Chore: Fix more strict typescript errors (#35514) 2021-06-14 15:13:48 +01:00
configuration Alerting: add toggle in Loki/Prom datasource config to opt out of alerting ui (#36552) 2021-07-12 15:06:09 -07: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 Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
datasource.test.ts Prometheus: interpolate variable for step field (#36437) 2021-07-07 08:43:46 +02:00
datasource.ts Prometheus: interpolate variable for step field (#36437) 2021-07-07 08:43:46 +02:00
language_provider.test.ts Loki: Add autocomplete option for $__range variable (#36717) 2021-07-14 13:44:23 +02:00
language_provider.ts Prometheus: Add info that using Loki as Prometheus data source is no longer supported and might stop working (#34650) 2021-05-28 17:10:10 +02:00
language_utils.test.ts Prometheus: Add metadata to metrics in Metrics browser (#34708) 2021-05-28 14:51:06 +02:00
language_utils.ts Prometheus: Add metadata to metrics in Metrics browser (#34708) 2021-05-28 14:51:06 +02: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 Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +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 Prometheus: Update PromQL typeahead and highlighting (#36730) 2021-07-20 11:19:59 +02:00
query_hints.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
query_hints.ts Prometheus: Add info that using Loki as Prometheus data source is no longer supported and might stop working (#34650) 2021-05-28 17:10:10 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.test.ts Prometheus: align exemplars check to latest api change (#32513) 2021-03-30 19:34:08 +02:00
result_transformer.ts Prometheus: Fix exemplars hover disappearing and broken link (#33866) 2021-05-10 19:54:02 +02:00
types.ts Prometheus: align exemplars check to latest api change (#32513) 2021-03-30 19:34:08 +02: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/