Exceptionless
Exceptionless copied to clipboard
New Dashboards
Update existing Sessions dashboard to show
- [ ] number of users online,
- [ ] percent of users getting an error,
- [ ] New vs. returning users (pie chart?),
- [ ] where are the people located geographically,
New dashboard(s) to show
- [ ] Break down of event types,
- [ ] geo (top country usage),
- [ ] what browsers are they using,
- [ ] top language,
- [ ] top app versions,
- [ ] top devices or resolutions,
Dashboards mentioned but already exist on the site. Should these be located on multiple pages?
- [x] number of sessions (Can be found on /sessions/dashboard)
- [x] number of users (Can be found on /sessions/dashboard)
- [x] avg session duration number (Can be found on /sessions/dashboard)
- [x] active users and sessions graph (Can be found on /sessions/dashboard) active user totals are not on the page but I think it's the same as in the previous list of number of users online.
- [x] session/hour number (Can be found on /sessions/dashboard)
- [x] how long are their sessions (Can be found on /sessions/dashboard)
- [x] top stacks (Can be found on /frequent)
- [x] top feature usage (Can be found on type/usage/frequent)
- [x] recent errors (Can be found on /type/error/recent)
- [x] billing data (how long until my next billing reset and how far into data cap i am) This can already be found on the organization/manage page.
A lot of other systems split out some of what you have in "Update existing Sessions dash" into their own pages. I'm fine with having it be most consolidated onto one though. The existing Recent Sessions list on that page should fall under all those other proposed new items.
I agree, I just don't know where you'd put it and if a user is already looking a ton of user metrics, it makes sense to put it there.
Maybe we create a new default dashboard that could have a lot of this like:
- billing (events left and when it renews)
- top projects
- error stacks
- current user count last 24 hours with count of currently active users
- users geo
- % of those that had an error
- pie chart with active versions
each of those charts could be clickable and take you to a different dashboard that shows you more info
I would like to have an overview dashboard like that and have it be your default landing page.
Yeah, that's what it would be. I think we would have to come up with a new name or rename the existing /dashboard route
Feature request: simple pie chart of Feature Most Frequent" to show proportions.
Being able to see all events fixed in a specific version.
Hello Blake,
some few requests regarding dashboards..
Feature request: have the possibility to add an new entry in the left side menu for our own event type, or that exceptionless automatically detect it. in my case it's a "metric" type.
Feature request: on stack dashboard, display a pie chart of tags repartition on the events.
Feature request: on project & stack dashboard, display tags as filtering link, so a click on it will filters the events on the actual tag.
Those are solid suggestions and I can see us doing those :)
If there is anything else you can think of let us know. We need all the help and feedback we can get! P.S., It's on our road map too :) https://exceptionless.com/2017-exceptionless-feature-functionality-and-enhancement-roadmap/
ok, I will... actually I have a lot of ideas and needs ;) I now use ExceptionLess at a very large scale (more than 1 million events / week)..
Tell me how is the best way to submit this to you
GitHub issues is the best way so we can track and have a discussion. we are also on slack (http://slack.exceptionless.com)! I'd be more than happy to meet up with you as well and talk every your needs and pain points.
P.S., how's the last 4 days been in terms of dashboard performance :)?
ok, i will talk with my collegues to collect their feedback and post something here
It would be great to meet you, but if you remember me from .nettiers, I'm in France, oups Geneva (switzerland) now :)
Yeah, I remember the legendary John Roland :). We could figure out a time that works (I meet with people all over the world :)). Just send an in app message or message on slack and we'll setup a time!
Custom dashboards would the the next killer feature for me (after environments). I want to be able to report on the number of exceptions logged over time by application (being able to break that down into new and unique is also good), so that both management and the development team can see the overall trend, whether bug killing sessions are delivering measurable results, whether our codebase is getting better or worse over time.
With our old system, I had to trawl through literally thousands of notification emails in a mailbox, scanning the exception reports to generate a final report (I automated it all, of course, but it was still a lengthy process). Having it all right there in a dashboard would be beyond awesome.
We are starting on #177, we feel this is needed first
Wouldn't it make more sense to integrate with Google Analytics for this stuff, instead of reinventing the wheel? I'm guessing nearly all sites running ExceptionLess are either already running GA as well, or easily could with 6 lines of code :)
@nmg196 yes and no, we have the data for a lot more charts and the backend supports dynamic stats, we just need help building out the front end.
We are making some big updates to how our dashboards are going to work in the upcoming version but haven't forgotten about this issue.