grafana/public/app/plugins/datasource/prometheus
2023-04-20 22:03:38 -07:00
..
components Prometheus: Fix ad-hoc filters (#66521) 2023-04-13 15:05:20 -05:00
configuration Plugins: Remove secure socks proxy feature toggle (#66611) 2023-04-18 11:11:23 -06:00
dashboards Prometheus: use TimeSeries instead of Graph in Prometheus 2.0 Stats dashboards (#36120) 2021-07-01 14:08:42 +02:00
img Prometheus: Flavor/version configuration (#57554) 2022-10-24 14:53:11 -05:00
migrations Prometheus: Improve prometheus query variable editor (#63529) 2023-02-27 08:38:05 -05:00
querybuilder Loki: Don't request stats with invalid query (#65287) 2023-04-18 15:52:37 +01:00
querycache FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03: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 Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
dataquery.cue Prometheus schematization (#63878) 2023-03-09 11:26:15 +01:00
dataquery.gen.ts Prometheus schematization (#63878) 2023-03-09 11:26:15 +01:00
datasource.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
datasource.tsx FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
language_provider.mock.ts Prometheus: remove /series endpoint calls in query builder label names and values for supported clients (#58087) 2022-11-08 08:37:11 -06:00
language_provider.test.ts Prometheus: Query cache flakey tests (#66366) 2023-04-12 07:28:51 -05:00
language_provider.ts Prometheus: Browser resource caching (#60711) 2023-04-03 09:07:17 -05:00
language_utils.test.ts Prometheus: Fix flaky unit test (#66188) 2023-04-08 00:06:02 +03:00
language_utils.ts Prometheus: Browser resource caching (#60711) 2023-04-03 09:07:17 -05: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 Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
metric_find_query.ts Prometheus: Fix ad-hoc filters (#66521) 2023-04-13 15:05:20 -05:00
module.test.ts Prometheus: Cleanup annotation editor (#49615) 2022-05-31 11:50:23 +02:00
module.ts Prometheus: Cleanup annotation editor (#49615) 2022-05-31 11:50:23 +02: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
promql.ts Loki: Rename public/app/plugins/datasource/loki/language_provider.ts file to follow convention (#54819) 2022-09-08 14:32:32 +02:00
query_hints.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
query_hints.ts Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +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 FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
result_transformer.ts FieldValues: Use standard array functions (#67012) 2023-04-20 22:03:38 -07:00
tracking.ts Prometheus: Track request.requestId rather than custom query.requestId (#63913) 2023-03-30 21:29:04 +03:00
types.ts Prometheus: Incremental querying option for to: now dashboards (#62932) 2023-04-12 13:10:10 -05:00
variables.ts Prometheus: Handle jsonnet strings in variables.ts and fix types (#63875) 2023-02-28 10:28:37 -05: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/