- Update LICENSE and NOTICE files to change code owner and mention the original code owner (Grafana Labs)
- Upgrade
package.json
dependencies to use Grafana10.4.0
- Fix tests e2e according to the package upgrade
Breaking Changes
Make this plugin more simple and easy to use.
The plugin now only supports the number
type of data. The plugin will not work with other types of data.
- Customizable thresholds (Severity color, Severity text, Value threshold). like the threshold editor of Grafana default option
- Select metric unit to be displayed (like the unit selector of Grafana default option)
- Panel subtitle (to display a metric category or whatever you want)
- Panel title and subtitle can be formatted with formatted variables (like Query name
{{query_name}}
, Query value aggregate{{query_value}}
...) - Tests End-to-End
- CI/CD pipelines
- Fix the bug of non save panel flip state, by adding an option to save the flip state
- Multi panes in one panel
- Each pane corresponds to a Query
- Each pane share the same thresholds, unit, and title and subtitle
- Panes are in grid layout (flexbox).
- Panes size (height and width, and font size) are responsive according to the panel size
- Defined weird thresholds
- Alert system
- Auto scroll feature
- Annotation display mode
- Things that make this plugin not simple to use.