You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA Issue: KIEKER-1141 Rework kieker.tools.traceAnalysis.filter.visualization
Original Reporter: Nils Christian Ehmke
I think a part of this has already been discussed during our meetings.
I suggest to rework the classes within the kieker.tools.traceAnalysis.filter.visualization package.
1. Some of the filters use the graph from the graph package. Some, however, do not. We should consider to improve some of the older filters and maybe even rely fully on the graph (Maybe we could even make the repositories more lightweighted or even remove them). This should of course be planned, as this would change a lot of the filters.
1. The graph class is very abstract. Perhaps even a little bit too abstract. We should simplify the structure.
1. We should extend the graph class in order to support decorators as described in
KIEKER-803
Done
. I am currently not sure whether this is possible with the current state of the class or not.
1. Some of the filters (e.g., the DescriptionDecoratorFilter) use a lot of generics. I am not sure whether this is a good idea. This should be discussed.
1. Configurable time units in response times (
KIEKER-1200
Done
,
KIEKER-1059
Done
)
The text was updated successfully, but these errors were encountered:
JIRA Issue: KIEKER-1141 Rework kieker.tools.traceAnalysis.filter.visualization
Original Reporter: Nils Christian Ehmke
I think a part of this has already been discussed during our meetings.
I suggest to rework the classes within the kieker.tools.traceAnalysis.filter.visualization package.
1. Some of the filters use the graph from the graph package. Some, however, do not. We should consider to improve some of the older filters and maybe even rely fully on the graph (Maybe we could even make the repositories more lightweighted or even remove them). This should of course be planned, as this would change a lot of the filters.
1. The graph class is very abstract. Perhaps even a little bit too abstract. We should simplify the structure.
1. We should extend the graph class in order to support decorators as described in KIEKER-803 Done . I am currently not sure whether this is possible with the current state of the class or not.
1. Some of the filters (e.g., the DescriptionDecoratorFilter) use a lot of generics. I am not sure whether this is a good idea. This should be discussed.
1. Configurable time units in response times ( KIEKER-1200 Done , KIEKER-1059 Done )
The text was updated successfully, but these errors were encountered: