Skip to content

Releases: HewlettPackard/hpe-grafana-clusterview-panel

1.3.2

06 May 16:02
790b034
Compare
Choose a tag to compare
1.3.2 Pre-release
Pre-release
  • Remove dynamic javascript from the node value field (missed last time)
  • Remove Avg aggregation, which didn't work properly with the new
    expression logic.
  • Fix rendering differences when the top layer border is toggled.
  • Allow the value field (default field) to be a string or a number.
  • Cosmetic fixes: Aggregate category is now Aggregation. hidden-node
    placeholder text now matches the expected format.

1.3.0

19 Apr 15:04
204ee24
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release
  • remove javascript parsing from the node field
  • remove javascript parsing from the hidden nodes field. It now parses
    the field as json instead.
  • add conditionals for color values instead of direct value matching (or
    color spectrum). This functionality replaces the previous javascript
    execution of the node field.
  • Fix panel overflow on Grafana 10
  • Switch all console.log to console.error
  • Change cursor to pointer when a node is clickable
  • Clean up plugin display name.

1.2.0

26 Mar 17:40
f2ad7fd
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Initial public version of clusterview plugin.