grafana/public/app/plugins/datasource/prometheus
Brendan O'Handley 98cb3ce3b6
Prometheus: Config overhaul part two, auth and DataSourceHttpSettings overhaul (#71250)
* build httpsettings overhaul with new auth component

* remove test code

* add connection and advanced http settings components

* use tooltip with link

* add correct styling and spacing

* save option select for sigV4

* fix styles in Azure auth to fit new auth component

* add types in overhaul folder that are not available yet in grafana

* update e2e tests for new connection component

* update e2e tests for new connection component

* update width of azure inputs

* fix non custom auth selects

* add feature toggle

* wrap azure style changes behind the feature flag

* fix feature toggle rebase fix error

* move advanced http setting and wrap everything in the config subsection component to fix font

* fix input width

* use cx for conditional classes

* use cx for conditional class
2023-07-26 12:09:53 -04:00
..
components Prometheus: Code editor autocomplete returns bad results when text is highlighted (#70856) 2023-07-05 07:22:23 -05:00
configuration Prometheus: Config overhaul part two, auth and DataSourceHttpSettings overhaul (#71250) 2023-07-26 12:09:53 -04: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 Loki / Prometheus: Fix query builder select component in safari (#71966) 2023-07-26 14:50:52 +01: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: Query cache flakey tests (#66366) 2023-04-12 07:28:51 -05:00
language_provider.ts Update dependency lru-cache to v10 (#71585) 2023-07-14 10:26:58 +01:00
language_utils.test.ts Prometheus: Fix flakey query cache test (#67388) 2023-04-27 07:51:33 -05:00
language_utils.ts Prometheus: Browser resource caching (#60711) 2023-04-03 09:07:17 -05: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 present_over_time syntax highlighting (#72283) 2023-07-26 13:21:14 +00: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: Fix heatmap query format (#71971) 2023-07-20 15:09:40 +03: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/