-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Dataflow view structure.
1. 50k foot view.
Visual:
- 2 charts.
- Volumetric (min, max, avg) tps and
- Latency - (min,max,avg)
- Nice to support overlay of meta data with search function (i.e. status, error, by txn,id)
Filter: support filtering against meta-data attributes
Action: User -> time range select to drill down to 25k foot view
2. 20k foot view
Visual
- heat mapped scatter plot -
- plots show groups of flows using Y-axis with latency group
- brighter colour for more items (0-10,10-50,50-100)
Filter: support filtering against meta-data attributes
Action: Click on a cell to drill down to txn-group view
3. Select individual cell shows the set of transactions in that group (limit 100)
Visual:
- sorted horizontal stacked bar chart - slowest first
- each bar shows milli latency of each network span
Filter: support filtering against meta-data attributes
Action: click on single bar to drill into time-profile single dataflow view
4. Single dataflow view
Visual:
- vertical bar chart
- offset segments according to the timespan
- individual bars are broken down to reflect in-process profile
Action: Click on an individual bar to view underlying raw profile data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request