Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Skip NULLS in Charts Instead of Treating them as 0s #347

Open
davidzajac1 opened this issue Sep 1, 2022 · 0 comments
Open

[FEATURE] Skip NULLS in Charts Instead of Treating them as 0s #347

davidzajac1 opened this issue Sep 1, 2022 · 0 comments
Assignees

Comments

@davidzajac1
Copy link
Collaborator

Tell us about the problem you're trying to solve

Metrics that have no data run for a certain time period will have 0 data point even though no data was actually run. Likely some where in the front-end code NULLS are being graphed as 0s instead of just skipping the data point. See how this affects an Average Age chart below that has only had new rows written to the table twice in the last two weeks:

image

Describe the solution you’d like

Either by default or as an option, I'd like the data points that are NULLS to not be plotted on the graph at all and just connect the line to the next NON-NULL data point, this would make the current graph look more like the blue line below.

image

Describe the alternative you’ve considered or used

Have not really found a work around for this. This also causes a lot of false anomalies when no data is run for a day, I've worked around this issue with the anomalies by essentially turning them off by setting the Threshold to be very high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants