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

Dataflow analysis viewer #62

Open
bluemonk3y opened this issue May 5, 2020 · 0 comments
Open

Dataflow analysis viewer #62

bluemonk3y opened this issue May 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bluemonk3y
Copy link
Collaborator

bluemonk3y commented May 5, 2020

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
@bluemonk3y bluemonk3y added the enhancement New feature or request label May 5, 2020
@bluemonk3y bluemonk3y changed the title Large scale timeseries flow view Dataflow analysis viewer May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant