grafana/public/app/plugins/datasource/prometheus
Neel 86a1fe578a
Grafana UI: Fix alignment issue with http method dropdown (#56592)
- Removed custom width prop from the http method Select component to fix the alignment issue for prometheus HTTP request type dropdown
2022-10-11 08:20:13 -05:00
..
components Prometheus: Update onblur ref with value of last changed monaco editor (#55513) 2022-09-21 12:51:14 -05:00
configuration Grafana UI: Fix alignment issue with http method dropdown (#56592) 2022-10-11 08:20:13 -05: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 LabelFilters: Remove redundant css styling (#56653) 2022-10-10 17:59:13 +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 Loki/Prometheus: Fix adding of ad hoc filters when jumping from dashboard to explore (#55915) 2022-09-29 11:17:41 +02:00
datasource.tsx Prometheus: Annotation query filtering values less then 1 (#53969) 2022-10-06 09:26:08 -05: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 PublicDashboards: Dont support exemplars (#54933) 2022-09-14 09:49:10 -06: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/