Barchart shows events, but I can't find those events anywhere

Hi, I see the “Overview” page’s barchart shows events happening in the past hour, but “new issues” indicates the last issue was a day ago:

image

This has been happening regularly. Any ideas why those events are apparently missing from the “new issues” list?

Thank you!

It looks like this is an older self-hosted Sentry? The charts and counts use the tsdb service, whereas events come straight out of the SQL database. It could mean event processing is behind or erring somewhere.

In Sentry 10 (coming soon) we’ve removed the tsdb service for most of these concerns and things are generally computed in real time through the new Snuba-based infrastructure.

OK thank you for the reply!