mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* send "one-of" and "not-one-of" directly to datasource (instead of changing them to regex) * Added to Ad-hoc and and Scope Filters: The "values" prop ([]string) and the "one-of" and "not-one-"of" operators. "values" is used with one-of and not-one-of. * adds prometheus support for the above --------- Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Todd Treece <todd.treece@grafana.com> |
||
---|---|---|
.. | ||
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