grafana/packages/grafana-prometheus
ismail simsek c540fd4195
Prometheus: Fix expanding that contains multiple metrics (#82354)
* fix expanding rules with one metric wrapped in a parenthesis

* fix expanding rules with regex match operator

* fix for multiple labels

* refactor

* don't modify recording rules name in label values

* metric + metric fix

* fix last issues with label regex and spaces

* add comments

* add the same changes to the prometheus library
2024-02-15 21:33:28 +01:00
..
src Prometheus: Fix expanding that contains multiple metrics (#82354) 2024-02-15 21:33:28 +01:00
CHANGELOG.md Prometheus: Create Prometheus library (#81641) 2024-02-02 15:30:14 +01:00
LICENSE Prometheus: Frontend library use AGPL license (#81921) 2024-02-06 08:27:27 -06:00
package.json Update dependency webpack to v5.90.2 2024-02-15 18:31:17 +00:00
README.md Prometheus: Frontend library update version and readme (#81922) 2024-02-06 08:27:43 -06:00
tsconfig.build.json Prometheus: Create Prometheus library (#81641) 2024-02-02 15:30:14 +01:00
tsconfig.json Prometheus: Create Prometheus library (#81641) 2024-02-02 15:30:14 +01:00

Grafana Prometheus Library

@grafana/prometheus is currently in ALPHA.

@grafana/prometheus is a collection of components used to build a Prometheus data source plugin in Grafana.

See package source for more details.

Installation

yarn add @grafana/ui

npm install @grafana/ui