mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Prometheus: Frontend library update version and readme (#81922)
update version and readme
This commit is contained in:
parent
ead2de22a9
commit
0015a31b79
@ -1,5 +1,13 @@
|
||||
# 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",
|
||||
"name": "@grafana/prometheus",
|
||||
"private": true,
|
||||
"version": "10.4.0-pre",
|
||||
"version": "0.0.1",
|
||||
"description": "Grafana Prometheus Library",
|
||||
"keywords": [
|
||||
"typescript"
|
||||
|
Loading…
Reference in New Issue
Block a user