Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.36 KB

File metadata and controls

48 lines (29 loc) · 1.36 KB

Plot.ly Panel for Grafana

Render metrics using the plot.ly javascript framework

This is the first working version with some config but still needs a lot of work to to feel ready for prime time. In particular it currently assumes the first three values it gets are x, y, anx z. They must all be the same size and we assume they are on the same point.

Screenshots

Screenshot of scatter plot Screenshot of scatter plot Screenshot of 3d scatter plot Screenshot of the options screen

Changelog

v0.0.2
  • Added ability to set color from a metric query. (#4, @lzgrablic01)
  • Show 3D axis names properly
v0.0.1
  • First working version

Roadmap

Right now, the metric order maps directly to their usage. We should change things so that we explicily map the metric values to:

  • x
  • y
  • z
  • color ramp
  • text

Other issues

  • Better metric resolution
  • Support plotly timeseries
  • load plotly.js from CDN?