mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Frontend library update version and readme (#81922)
update version and readme
This commit is contained in:
committed by
GitHub
parent
ead2de22a9
commit
0015a31b79
@@ -1,5 +1,13 @@
|
|||||||
# Grafana Prometheus Library
|
# Grafana Prometheus Library
|
||||||
|
|
||||||
> **@grafana/prometheus is currently in BETA**.
|
> **@grafana/prometheus is currently in ALPHA**.
|
||||||
|
|
||||||
This package is a frontend library for Prometheus
|
@grafana/prometheus is a collection of components used to build a Prometheus data source plugin in [Grafana](https://github.com/grafana/grafana).
|
||||||
|
|
||||||
|
See [package source](https://github.com/grafana/grafana/tree/main/packages/grafana-prometheus) for more details.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
`yarn add @grafana/ui`
|
||||||
|
|
||||||
|
`npm install @grafana/ui`
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@grafana/prometheus",
|
"name": "@grafana/prometheus",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "10.4.0-pre",
|
"version": "0.0.1",
|
||||||
"description": "Grafana Prometheus Library",
|
"description": "Grafana Prometheus Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript"
|
"typescript"
|
||||||
|
|||||||
Reference in New Issue
Block a user