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.
 
 
 
 
rozetko da3441b7c4 upd docs 1 week ago
..
assets plugin validator fixes 2 years ago
components linter fixes 3 weeks ago
grafana merge master 2 years ago
models fix linter errors 4 weeks ago
README.md upd docs 1 week ago
module.test.ts init grafana panel 2 years ago
module.ts gauge: display additional info 4 weeks ago
plugin.json merge master 2 years ago
types.ts fix linter errors 4 weeks ago
utils.ts linter fixes 3 weeks ago

README.md

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