Skip to content
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

Open
aditya-pande-continuum opened this issue Dec 7, 2020 · 3 comments
Open

Keep last status for null/empty data points #154

aditya-pande-continuum opened this issue Dec 7, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@aditya-pande-continuum
Copy link

aditya-pande-continuum commented Dec 7, 2020

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:

image
image

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.

@diafour
Copy link
Collaborator

diafour commented Dec 7, 2020

Hello! It seems that this feature is highly demanded! Recent issue #151.

@continuum-harsh-shete
Copy link

continuum-harsh-shete commented Dec 9, 2020

@diafour Do you consider this as feature? any timeline to add this?

@diafour
Copy link
Collaborator

diafour commented Dec 9, 2020

Yes, it is a new feature. No plans for it though, definitely not this year.

@diafour diafour added the enhancement New feature or request label Mar 4, 2021
@diafour diafour added this to the future milestone Mar 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants