sentry icon indicating copy to clipboard operation
sentry copied to clipboard

We zero fill null values and it's often confusing

Open sentry-io[bot] opened this issue 1 year ago • 2 comments

Sentry Feedback: JAVASCRIPT-2QTG

the chart is empty but there was one data point

contact_email [email protected]
name Josh Ferge
source new_feedback_envelope

sentry-io[bot] avatar Jan 23 '24 13:01 sentry-io[bot]

Sentry issue: JAVASCRIPT-2RCF

sentry-io[bot] avatar Feb 05 '24 14:02 sentry-io[bot]

Additional feedback from slack: zero-value and no-value are conflated in sentry (not just in metrics), and i think that is really unfortunate. it's a pretty visible graphing artifact when zooming into smaller timeranges, and here it is indistinguishable from the actual value going up and down. The only clue is that min() over 24h over the larger timeframe is only zero when the value is actually zero, but is larger than the smallest plotted value over 1h when there is no value. I suspect there are more issues this causes in aggregation, as a recent fix to timestamps in my instrumentation changed the avg() metric value significantly even though it shouldn't have.

Screenshot 2024-02-04 at 13 33 35

so the above graph makes it look like there are zero-values (even the labels on hover tell me so), but when I zoom out and apply min(), I cannot find a zero-value anymore

ale-cota avatar Feb 05 '24 14:02 ale-cota