grafana/public/app/plugins/datasource/prometheus
2022-09-09 12:04:51 +02:00
..
components Chore: Update slate and related packages (#54566) 2022-09-06 15:23:48 +01:00
configuration convert AzureCredentialsForm test to RTL (#53959) 2022-08-22 13:22:19 +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 Alerting: Add support to distinguish Prometheus datasource subtypes (Mimir, Cortex and Vanilla Prometheus) (#46771) 2022-04-04 18:30:17 +01:00
querybuilder fix bug in loki's adhoc filters (#54920) 2022-09-09 12:04:51 +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 Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
datasource.test.ts Prometheus: Throw error on direct access (#50162) 2022-08-17 09:37:29 -03:00
datasource.tsx Prometheus: Throw error on direct access (#50162) 2022-08-17 09:37:29 -03: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: use jest.mocked in favor of type assertions/any (#51156) 2022-06-21 13:47:33 +01:00
language_provider.ts use metadata endpoint (#53980) 2022-08-25 10:59:49 -04:00
language_utils.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +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 Handle scalar and string resultType separately (#51411) 2022-06-29 16:43:33 +02:00
metric_find_query.ts Handle scalar and string resultType separately (#51411) 2022-06-29 16:43:33 +02: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 GrafanaUI: improve Prometheus getQueryHints performance (#52148) 2022-08-11 15:47:07 +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: properly de-accumulate multi-heatmap responses (#53688) 2022-08-18 09:54:09 -05:00
result_transformer.ts Prometheus: properly de-accumulate multi-heatmap responses (#53688) 2022-08-18 09:54:09 -05:00
types.ts Prometheus/Loki: Show raw query by default in the builder(#50007) 2022-06-02 13:50:10 +02:00
variables.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +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/