grafana/public/app/plugins/datasource/prometheus
Galen Kistler 5ed3ddf344
Prometheus: Fix dropdowns truncating from start of array (#73643)
* move truncating to helper function, to start of array

* Prometheus: Add 1000 result warning as sticky footer in metric select (#73649)

add 1000 result warning as sticky footer in metric select

* Prometheus: Only show truncated results warning if results have been truncated (#73650)

only show truncated warning if results have been truncated

* add test to metric select

---------

Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
Co-authored-by: bohandley <brendan.ohandley@gmail.com>
2023-08-25 12:58:35 -04:00
..
components Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
configuration DSPicker: Use new DS picker everywhere in Grafana (#70609) 2023-07-26 18:40:51 +02:00
dashboards Prometheus: use TimeSeries instead of Graph in Prometheus 2.0 Stats dashboards (#36120) 2021-07-01 14:08:42 +02:00
img Revert "Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config" (#67150) 2023-04-24 12:59:27 -05:00
migrations Prometheus: Add label filters to label_values query type variable query (#70644) 2023-06-27 08:58:46 -04:00
querybuilder Prometheus: Fix dropdowns truncating from start of array (#73643) 2023-08-25 12:58:35 -04:00
querycache Prometheus: Incremental querying profile data updates (#70701) 2023-07-05 14:39:49 -05: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 Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2023-07-19 03:46:13 -04:00
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
datasource.test.ts Prometheus: Configuration page overhaul (#66198) 2023-04-27 09:43:54 -04:00
datasource.tsx Chore: Move StreamingDataFrame to @grafana/data (#72014) 2023-07-24 13:30:52 +02: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: Fix fetching label values when datasource has no labels match api support (#72960) 2023-08-07 15:13:08 +02:00
language_provider.ts Prometheus: Fix fetching label values when datasource has no labels match api support (#72960) 2023-08-07 15:13:08 +02:00
language_utils.test.ts Prometheus: Fix dropdowns truncating from start of array (#73643) 2023-08-25 12:58:35 -04:00
language_utils.ts Prometheus: Fix dropdowns truncating from start of array (#73643) 2023-08-25 12:58:35 -04:00
metric_find_query.test.ts Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
metric_find_query.ts Chore: Upgrade prettier to v3 (#71764) 2023-07-17 15:58:22 +01: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 Prometheus: Add support for day_of_year (#72403) 2023-07-26 14:03:17 -05: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 Prometheus: Update heatmap unit tests (#72404) 2023-07-26 14:47:13 -05:00
result_transformer.ts Chore: Move StreamingDataFrame to @grafana/data (#72014) 2023-07-24 13:30:52 +02:00
tracking.ts Prometheus: Track request.requestId rather than custom query.requestId (#63913) 2023-03-30 21:29:04 +03:00
types.ts Prometheus: Config overhaul part two, auth and DataSourceHttpSettings overhaul (#71250) 2023-07-26 12:09:53 -04: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/