Skip to content

Releases: Vonage/Grafana_Status_panel

Release 1.0.10

16 Sep 22:42
Compare
Choose a tag to compare

Adding support for Grafana 6.6.x and Grafana 7.1.x:

  • Fixed panel CSS on v7.1.x
  • Fixed security warnings and merged the following pull-requests:
    #161 Thanks @MefhigosetH

Release 1.0.9

25 Nov 15:20
1f3872d
Compare
Choose a tag to compare

Fixed security warnings and merged the following pull-requests:
#119 Thanks @msuterski
#120 Thanks @vlehm

Release 1.0.8

28 Mar 15:41
Compare
Choose a tag to compare

Adding support for Grafana 5.0.x:

  • Fix top panel padding when title is absent
  • Added option to auto scroll the alerts in case the text overflows the panel view

screen shot 2018-03-28 at 5 45 49 pm

Release 1.0.7

05 Dec 10:04
Compare
Choose a tag to compare

Added some new useful features:

  • Threshold settings (#71, #87) - removed 'show always' option, and replaced it with 2 options:
    • Display Alias - Select when to show the metric alias.
    • Display Value - Select when to show the metric value.

grafanastatuspanelthresholdmetricdisplay

  • Text format configuration (bold / italic) for warning / critical / disabled states (#87)

grafanastatuspanelfontformat

  • Option to change the corner radius of the panel. Now you can change the panel's shape to have rounded corners (#60)

grafanastatuspanelcornerradius grafanastatuspanelcornerradiuspanel

  • Fixed decimal precision in case we get number with format like '1e-10' (#76)
  • Bugfix - When creating new metric, The 'Handler Type' didn't get default value (#73)

Thanks to @PeteBa, @Marc-Assmann, @Brtle, @Thor77 & @nicolasfourcade for their contribution

1.0.6

06 Nov 16:25
Compare
Choose a tag to compare

Fixes & feature:

  • Support Grafana version 4.6.0
  • Supports 'color-picker' instead of 'spectrum-picker'
  • Added new aggregation option - delta

Thanks to @boeboe and @PeteBa for their contribution

New Features and Bug Fixes

05 Sep 11:37
Compare
Choose a tag to compare

Added some new features for colors selection and units of measurements (Thanks to @PeteBa for all his work)

1.0.4

27 Apr 10:11
Compare
Choose a tag to compare

Some bug fixes:

  1. Fixed some issues with absolute links from the panel title #45
  2. Fixed issue that all links were opened in a new tab, regardless of the user's choice #47
  3. Fixed bug occurring with the Flip feature and No Data feature causing UI problems.

Version 1.0.3 release

10 Apr 06:40
Compare
Choose a tag to compare

Added some awesome new features:

  • Each panel can be turn to flip card, so the severity is in the front, and the data about the element that represents the panel is in the back. When the severity is not OK, the card will be flipped automatically every X seconds (configurable). Thanks to @LLIyRiK adding this feature.
  • Define what the purpose of each metric (threshold/disable criteria/text only), and define how to show it (middle text / top annotation).
  • Thresholds can also be text, and instead of number range check, there will be equality check in this case.
  • Value can be shown in the panel partially by supplying a regex. If there is match, only the match string will be shown.

Thanks @LLIyRiK, @zot42 & @bashnesnos for contributing to our plugin 😄

Added some new features

15 Mar 16:41
Compare
Choose a tag to compare
  1. Changed some wording of aggregation, and added a First aggregation
  2. Users can now set the panel to turn gray when there is no data
  3. Added annotation - metadata fields that will appear at the top of the panel.

Thanks @LLIyRiK and @GPegel for contributing to our plugin 😄

Added Graphite support

06 Feb 15:21
Compare
Choose a tag to compare
  1. The main feature is the addition of support for Graphite data sources as requested in #5 #13 #16
  2. Also limited the number of decimals displayed as requested in #10
  3. Added the option to turn measurements into links: #3