| description |
|---|
Released July 16, 2021 |
- Xrange time series chart
- Setting to disable storage cache for explicit event types
- [ Operations ] Support for changing web server properties
- Color picker now has a
Transparentcolor option
- Performance optimization for short-lived queries
- Performance optimization for the dashboard span picker
- Non-following queries with errors are destroyed now
- [fixed] Closing the warning message on the dashboard progress bar hides the progress bar forever
- [fixed] Individual tooltip not showing the closest channel to the mouse cursor
- Cumulative fixes from 3.2.1 stable version
- Add query span to
__queriesstart events - [fixed] In some extreme cases, query statistics metrics can be discarded
- [fixed] Dashboard yAxis properties can't be used if there's a @meta
- Add query span to
- Cumulative fixes from 3.1.2 stable version
- [fixed] In some cases, the default Time Series widget isn't isn't showing the current X Value on the Tooltip
- Cumulative fixes from 2.29.11 stable version
- Dashboard filter selector should warning if the list is incomplete
Xrange is a new pipes chart type.
It can be used at any Time-Series widget as a new layer
The Xrange chart expects an event with:
number start
number end
string title
string color
The following query can be used as a starting point:
=> every 5 min
=> expand (wend()-1000*20 as start,
wend() as end,
'Some message' as title,
'orange' as color)
A new settings option was added to the System and Display Settings.
This new Cache setting can be used to configure a regular expression for event types that should not be cached
It was added a new Transparent option in the Color picker
.png)
.png)
.png)
.png)
.png)