This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Keep last status for null/empty data points #154
Labels
enhancement
New feature or request
Milestone
In our monitoring system, we have used PostgreSQL as the backend database to store status data.
The values in the DB(numeric data) are mapped in the following way in the Grafana dashboard:
1 in DB --> Green color --> Success
2 in DB --> Yellow color --> Degraded
3 in DB --> Orange color --> Timeout
4 in DB --> Red color --> Failure
No data point --> Showed null as 0 --> Some other color
Attaching screenshots for reference:
In case of empty/null data points, we would like to have an option to replace them with the status of the last data point.
For e.g., if the latest data point before the null value shows red (failure), the subsequent blank data points should get replaced with status = failure (red), until there is an actual data point.
Please consider this enhancement/feature request.
The text was updated successfully, but these errors were encountered: