grafana/public/app/plugins/datasource/prometheus
Torkel Ödegaard 806b0e3b23
Prometheus/Loki: Improve operations header UX (#46346)
* Prometheus/Loki: Improve operations header UX

* More tweaks

* Rename file to match compponent
2022-03-10 09:38:53 +01:00
..
components Update dependency lezer-promql to v0.22.0 (#45838) 2022-03-02 19:45:08 +01:00
configuration Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
dashboards Prometheus: use TimeSeries instead of Graph in Prometheus 2.0 Stats dashboards (#36120) 2021-07-01 14:08:42 +02:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials Logs: Add documentation for log details and caching (#35103) 2021-06-07 17:11:44 +02:00
querybuilder Prometheus/Loki: Improve operations header UX (#46346) 2022-03-10 09:38:53 +01:00
add_label_to_query.test.ts Prometheus: Fix issues with ad-hoc filters (#30931) 2021-02-10 14:02:42 +01:00
add_label_to_query.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
datasource.test.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
datasource.ts Update dependency lru-cache to v7 (#45074) 2022-02-18 10:23:06 +01:00
language_provider.mock.ts PromQueryBuilder: Query builder and components that can be shared with a loki query builder and others (#42854) 2022-01-31 06:57:14 +00:00
language_provider.test.ts Chore: Remove console output from some jest tests (#45792) 2022-02-24 10:49:48 +00:00
language_provider.ts Update dependency lru-cache to v7 (#45074) 2022-02-18 10:23:06 +01:00
language_utils.test.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
language_utils.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00: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 Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
metric_find_query.ts Chore: Upgrades rxjs to 7.3.0 (#37913) 2021-08-19 06:38:31 +02:00
module.test.ts Loki: Use explore query field unless new query builder feature toggle is enabled (#44858) 2022-02-04 12:19:18 +01:00
module.ts Loki: Use explore query field unless new query builder feature toggle is enabled (#44858) 2022-02-04 12:19:18 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Chore: Add function documentation for new functions (Prometheus visual query editor) (#45745) 2022-03-01 07:42:32 -04:00
query_hints.test.ts Prometheus: Offer hint for metrics with labels (#45396) 2022-02-16 09:34:32 +01:00
query_hints.ts Prometheus: Offer hint for metrics with labels (#45396) 2022-02-16 09:34:32 +01: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 Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
result_transformer.ts Explore: show scalar data result in a table instead of graph (#44362) 2022-01-24 10:22:06 +01:00
types.ts Prometheus: Auto legend handling (#45367) 2022-02-16 14:06:33 +01:00
variables.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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/