Releases: Vonage/Grafana_Status_panel
Releases · Vonage/Grafana_Status_panel
Release 1.0.10
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
Fixed security warnings and merged the following pull-requests:
#119 Thanks @msuterski
#120 Thanks @vlehm
Release 1.0.8
Release 1.0.7
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.
- Text format configuration (bold / italic) for warning / critical / disabled states (#87)
- Option to change the corner radius of the panel. Now you can change the panel's shape to have rounded corners (#60)
- 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
New Features and Bug Fixes
Added some new features for colors selection and units of measurements (Thanks to @PeteBa for all his work)
1.0.4
Version 1.0.3 release
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 😄