You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
vargburz 27c2eaba4a ux improve: the first metric is selected by default 2 years ago
src ux improve: the first metric is selected by default 2 years ago
.gitignore init grafana panel 2 years ago
.gitlab-ci.yml ci 2 years ago
.prettierrc.js enable options catagories && add prettierr dep 2 years ago
CHANGELOG.md init grafana panel 2 years ago
LICENSE license 2 years ago
README.md readme: upd download link (signed) 2 years ago
jest.config.js try build 2 years ago
package.json ux improve: the first metric is selected by default 2 years ago
tsconfig.json init grafana panel 2 years ago
yarn.lock ux improve: the first metric is selected by default 2 years ago

README.md

Grafana Chartwerk Panel (beta)

image

Grafana Chartwerk Panel renders metrics using Chartwerk libraries. For now, it can render as Gauge. We are working on adding new visualizations.

image

Features

  • 3 types of visualizations:
    • Gauge
    • Line Chart (coming soon)
    • Bar Chart (coming soon)
  • Gauge: dynamic thresholds and min / max
  • Gauge: conditional icons displaying

Installation

Linux / Mac OS X

  • Navigate to either:

    • <GRAFANA_PATH>/data/plugins (when installed from tarball or source)
    • or /var/lib/grafana/plugins (when installed from .deb/.rpm package)
  • Download Chartwerk panel

wget https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/e8782155489bec4c216048e4d4e1f618/corpglory-chartwerk-panel-0.4.1.zip
  • Unpack downloaded files
unzip -u corpglory-chartwerk-panel-0.4.1.zip -d corpglory-chartwerk-panel
  • Restart grafana-server
    • For grafana installed via Standalone Linux Binaries:
      • Stop any running instances of grafana-server
      • Start grafana-server by: $GRAFANA_PATH/bin/grafana-server
    • For grafana installed via Package Manager:
      • type in systemctl restart grafana-server

Grafana in Docker

You can install Chartwerk panel to Grafana in Docker passing it as environment variable (as described in Grafana docs)

docker run \
  -p 3000:3000 \
  -e "GF_INSTALL_PLUGINS=https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/e8782155489bec4c216048e4d4e1f618/corpglory-chartwerk-panel-0.4.1.zip;corpglory-chartwerk-panel" \
  grafana/grafana