skliche / request-metrics-analyzer-next

A tool for analyzing request metrics generated by WebSphere Application Server. This repo was moved to
https://github.com/kgibm/request-metrics-analyzer-next
2 stars 4 forks source link

Filter use cases #5

Open skliche opened 9 years ago

skliche commented 9 years ago

As a user I want to be able to filter events in the use cases list based on

Florian-W commented 8 years ago

The different filters can be selected and specified in a new toolbar at the top of the business transactions table, that will basically look like the toolbar in the transaction drilldown panel. You can see how it could look like in the attached wireframe: wireframe filtertoolbar

As you can see, the user should have multiple options to filter, that can also be combined (e.g. all events of types "EJB" and "Servlet Filter" that took more than 50ms of elapsed time can be shown). The filters should all be cleared by clicking the red cross button on the right.


As we have a second toolbar now, we will likely move the toolbars into a separate class in the GUI package to reduce complexity in the "RequestMetricsGui" class.

Florian-W commented 8 years ago

For filtering the time stamp, we have added two date-time pickers to the toolbar. All filters are applied directly upon user input and can be combined. The red cross button on the right is (for now) just a button that says "clear".


There persist some issues that still need to be resolved:

nbrass commented 8 years ago

The following issues are still open:

skliche commented 8 years ago

There are also some issues with lower resolution clients that need to be fixed. I will reproduce the issues and crate a ticket.