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

Have option to display non-aggregated URL data #29

Open
preinheimer opened this issue Apr 3, 2013 · 7 comments
Open

Have option to display non-aggregated URL data #29

preinheimer opened this issue Apr 3, 2013 · 7 comments

Comments

@preinheimer
Copy link
Contributor

I'd like a way to simple view the raw 100 or so most recent requests of a URL. Useful when diagnosing changes. I don't think we have a way of doing this currently.

@markstory
Copy link
Member

The URL list page gives a paginated list of requests for a 'simple_url' below the graphs.

@markstory
Copy link
Member

Does that do the trick, or is there something else you had in mind. (sorry for the double post, I slipped on cmd-enter.)

@preinheimer
Copy link
Contributor Author

I'd like to see them graphed, rather than simply listed.

I think a good view would be:

  1. Graph aggregated data
  2. List aggreages (not specific runs) under graph
  3. If you click on a day, that day is exploded to show all runs (or like, most recent N runs) in both graph, and list

does that make sense? My goal is to be able to track down changes, generally changes today.

@markstory
Copy link
Member

That makes sense. I've been meaning to add searching/filtering to the URL view which I think would help address this.

@markstory
Copy link
Member

I thought some more about what you were describing and I don't think adding a search is going to to help. Does the following sound like what you were thinking:

  1. On run list -> click URL link.
  2. Go to URL overview with graph + table containing aggregated data.
  3. The table of aggregated data contains links to view data for a single day.
  4. Click a link in URL overview to view all the runs for a single day. This view contains graphs and runs for the specific day.

I think this would give a drill down UI that would help get more data about what is going on. Is that similar to what you were thinking?

markstory added a commit that referenced this issue Apr 9, 2013
You can now limit the runs for a URL to a specific date range. This
is a step towards a more effective drill down UI as described in #29
@markstory
Copy link
Member

As an update on this. As of dfef48c when you limit the URL page to specific date ranges the graphs also update. The graphs still don't work well when the search range is a single day. I'm thinking that ~2 days could fit in the graphs without any aggregation.

@markstory
Copy link
Member

I think #69 mostly addresses this issue as you can pick a preset slice of time, or create a custom time interval to view non-aggregate data in.

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

No branches or pull requests

2 participants