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

empty statsPeriod chokes UI #1905

Closed
chadwhitacre opened this issue Sep 7, 2015 · 2 comments
Closed

empty statsPeriod chokes UI #1905

chadwhitacre opened this issue Sep 7, 2015 · 2 comments
Milestone

Comments

@chadwhitacre
Copy link
Member

I'm trying to find a URL to replace this one that we used to use to get a count of unresolved errors/events. The first thing I tried is fiddling the statsPeriod knob, since that's what seems to limit the events by time. Doing so gives me an infinite spinner in the UI and an Uncaught TypeError: Cannot read property '' of undefined in the console, pointing to groupChart.jsx. The docstring and code for project_group_index.get seem to indicate that '' should be considered a valid value.

Whether this is the best way to find the count of unresolved events is another question.

@dcramer
Copy link
Member

dcramer commented Sep 7, 2015

You haven't actually (realistically) been able to get a count of unresolved events, at least not the total number. Everything else should effectively be the same.

Can you clarify what the data you're looking for is?

@chadwhitacre
Copy link
Member Author

@dcramer Ideally I'd like the total number of unresolved events, as well as the total number of resolved events. Sentry is one of about a dozen queues we monitor weekly with this type of data (e.g.), and it's the only one we've had a hard time determining these counts for.

You haven't actually (realistically) been able to get a count of unresolved events, at least not the total number.

Right. We were hacking it with cursor paging over an "all time" query. A more straightforward solution would be welcome. :-)

@dcramer dcramer added this to the 8.0 Release milestone Sep 8, 2015
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants