This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Display nulls as previous value #194
Labels
enhancement
New feature or request
Comments
Hello! The exact feature was reported earlier: #151 #154. Right now statusmap is best used with "continuous" status values when datasource's result has a value for each timestamp. "Continuous" status values are easily retrieved from timedb based datasources like Prometheus or InfluxDB, and there are problems with "store only the new status" solutions. Can you answer some questions to help design this feature?
|
Hello, Thanks for the quick response.
|
I believe I found a way to make it work with MariaDB by using the sequence storage engine (doesn't look like mysql supports this). It's a little more complicated than if the panel supported it directly though. Example query for icinga1:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What would you like to be added:
I would like the option to display nulls as the previous value in the time series
Why is this needed:
I'm using MySQL as a datasource where a row only exists in the DB if the status has changed. This results in a lot of null buckets if status doesn't change. If null could be set "as previous value", then it would automatically fill in these null buckets.
The text was updated successfully, but these errors were encountered: