All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support multi-value variables (for example, you can select multiple experiment names as a filter)
Deprecate Angular support. Refer to #55 for more details. Please also read the README for new information.
- Update the outdated annotations screenshot.
Ready for submission to grafana official plugins repository. 🥰
- Clone the annotation query before using it, which prevents mutating the original value if you use a variable in annotations.
- Reset the
kind
field toinput
in annotations, which allows you to use variables in the kind field, such as$kind
.
- Allow to specify a limit on the number of events for all queries in the settings
- Add
Workflow
metric to the Variables
- Optimize the display of annotations
- Allow the
query string
to be specified in the Variables Query
- Compatible with Chaos Mesh 2.x (after 2.0.x, will start with 2.1.x).
- Bump the minimal grafana version to 7.0.0
- Bump grafana/toolkit to 8.x
- Allow custom value in the select field
- Displaying Chaos events in a table visualization
- Support Variables to filter Chaos events
- Support Annotations to annotate Chaos events on the panel