grafana/public/app/plugins/datasource/prometheus
2022-04-20 14:01:01 +02:00
..
components Prometheus: Fix executing query onBlur in Explore (#47561) 2022-04-12 14:55:57 +02:00
configuration Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
dashboards Prometheus: use TimeSeries instead of Graph in Prometheus 2.0 Stats dashboards (#36120) 2021-07-01 14:08:42 +02:00
img Alerting: Add support to distinguish Prometheus datasource subtypes (Mimir, Cortex and Vanilla Prometheus) (#46771) 2022-04-04 18:30:17 +01:00
partials Logs: Add documentation for log details and caching (#35103) 2021-06-07 17:11:44 +02:00
querybuilder Prometheus/Loki: Fixes the query type option when multiple queries present (#47846) 2022-04-20 14:01:01 +02:00
add_label_to_query.test.ts Prometheus: Fix support of AdHoc filters for specific queries (#46547) 2022-03-15 17:37:20 +01:00
add_label_to_query.ts Prometheus: Fix support of AdHoc filters for specific queries (#46547) 2022-03-15 17:37:20 +01:00
datasource.test.ts Prometheus: make JS heatmap response a single-frame (field-per-bucket) (#46611) 2022-03-29 22:23:08 -06:00
datasource.tsx Alerting: Add support to distinguish Prometheus datasource subtypes (Mimir, Cortex and Vanilla Prometheus) (#46771) 2022-04-04 18:30:17 +01:00
language_provider.mock.ts Prometheus: Add title to metrics in the metric select with metric help text (#46406) 2022-03-10 16:58:25 +01:00
language_provider.test.ts Chore: Remove console output from some jest tests (#45792) 2022-02-24 10:49:48 +00:00
language_provider.ts Prometheus: Add title to metrics in the metric select with metric help text (#46406) 2022-03-10 16:58:25 +01:00
language_utils.test.ts Prometheus: Fix support of AdHoc filters for specific queries (#46547) 2022-03-15 17:37:20 +01:00
language_utils.ts Chore: Replace deprecated String.prototype.substr() (#46763) 2022-04-04 11:08:06 +02: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 Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
metric_find_query.ts Chore: Upgrades rxjs to 7.3.0 (#37913) 2021-08-19 06:38:31 +02:00
module.test.ts Loki: Use explore query field unless new query builder feature toggle is enabled (#44858) 2022-02-04 12:19:18 +01:00
module.ts Loki: Use explore query field unless new query builder feature toggle is enabled (#44858) 2022-02-04 12:19:18 +01:00
plugin.json Alerting: Add support to distinguish Prometheus datasource subtypes (Mimir, Cortex and Vanilla Prometheus) (#46771) 2022-04-04 18:30:17 +01:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Chore: Add function documentation for new functions (Prometheus visual query editor) (#45745) 2022-03-01 07:42:32 -04:00
query_hints.test.ts Prometheus: Offer hint for metrics with labels (#45396) 2022-02-16 09:34:32 +01:00
query_hints.ts Prometheus: Offer hint for metrics with labels (#45396) 2022-02-16 09:34:32 +01: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 Fix: Parse exemplars before parsing heatmap data (#47463) 2022-04-07 13:49:54 -03:00
result_transformer.ts Fix: Parse exemplars before parsing heatmap data (#47463) 2022-04-07 13:49:54 -03:00
types.ts Prometheus: Query builder UX tweaks and feedback link (#47655) 2022-04-14 15:18:03 +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/