mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* define rule mapping type * introduce a new mapping type * add type comments * add identifier check * remove tests from wrong file * add tests to the right file * define function body * unit tests and logic for getQueryLabelsForRuleName * update logic of getRecordingRuleIdentifierIdx * update logic and tests getRecordingRuleIdentifierIdx * fix unit tests * fix tests * update how we return the options * update message * update type * update expandRecordingRules unit tests * remove identifier from end result * fix unit tests once more * remove fix action from expand rules warning * remove generic type * update warning text * betterer |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
jest.config.js | ||
LICENSE_AGPL | ||
package.json | ||
README.md | ||
rollup.config.ts | ||
tsconfig.build.json | ||
tsconfig.json |
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/prometheus
npm install @grafana/prometheus