Plugins 〉Chartwerk


Developer

CorpGlory Inc.

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Panel
community

Chartwerk

  • Overview
  • Installation
  • Change log
  • Related content

Grafana Chartwerk Panel (beta)

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
  • Gauge: reversed direction

How to use

  1. Create a new panel and select Chartwerk as the visualization
  2. Add queries with unique aliases
  3. Go to the Options Tab and setup panel:
  • Choose visualization type
  • Select metric in the Value -> Metric dropdown (by default, the first metric is used)

Options [Gauge]

  • Visualization:
    • Pod: option to select chart type
  • Value:
    • Metric: select metric query from dropdown
  • Extemum:
    • Min:
      • type number for static minimum value OR
      • enable "Use metric" toggle switch to select metric as minimun
      • default value: 0
    • Max:
      • type number for static maximum OR
      • enable "Use metric" toggle switch to select metric as maximum
      • default value: maximum of metric query

Demo

see demo

Installing Chartwerk on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Panel

Use the grafana-cli tool to install Chartwerk from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Add the Panel to a Dashboard

Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.

To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.

Changelog

0.5.1

Added

  • Gauge: Additional Metric

Fixed

  • Repeatable option link issue
  • Bar-pod hover error