|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
# Grafana Chartwerk Panel (beta) |
|
|
|
|
|
|
|
|
|
![image](https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/7a9a1150832c0d9184cbe44c8a70ce40/logo.png) |
|
|
|
|
![image](https://code.corpglory.net/chartwerk/grafana-chartwerk-panel/src/branch/main/src/assets/logo.svg) |
|
|
|
|
|
|
|
|
|
**Grafana Chartwerk Panel** renders metrics using Chartwerk libraries. For now, it can render as Gauge. We are working on adding new visualizations. |
|
|
|
|
|
|
|
|
|
![image](https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/357c076a8f5d9e3a9d218e589d5b1b27/gauge.png) |
|
|
|
|
![image](https://code.corpglory.net/chartwerk/grafana-chartwerk-panel/src/branch/main/src/assets/img/gauge.png) |
|
|
|
|
|
|
|
|
|
## Features |
|
|
|
|
|
|
|
|
@ -57,13 +57,13 @@ see [demo](https://grafana.corpglory.com/d/8vGyMypGz/demo-home?orgId=4)
|
|
|
|
|
- Download Chartwerk panel |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
wget https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/2284215a4dc8fb3bde1fd3b51bd99d3e/corpglory-chartwerk-panel-0.5.0.zip |
|
|
|
|
wget -O corpglory-chartwerk-panel-0.5.1.zip https://code.corpglory.net/attachments/2c8329e5-43fb-453d-86cc-dd37ee1d2922 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Unpack downloaded files |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
unzip -u corpglory-chartwerk-panel-0.4.1.zip -d corpglory-chartwerk-panel |
|
|
|
|
unzip -u corpglory-chartwerk-panel-0.5.1.zip |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Restart grafana-server |
|
|
|
@ -81,6 +81,6 @@ You can install Chartwerk panel to Grafana in Docker passing it as environment v
|
|
|
|
|
```bash |
|
|
|
|
docker run \ |
|
|
|
|
-p 3000:3000 \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/2284215a4dc8fb3bde1fd3b51bd99d3e/corpglory-chartwerk-panel-0.5.0.zip;corpglory-chartwerk-panel" \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/2c8329e5-43fb-453d-86cc-dd37ee1d2922;corpglory-chartwerk-panel" \ |
|
|
|
|
grafana/grafana |
|
|
|
|
``` |
|
|
|
|