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

Alternative histogram visualisation #107

Open
gomoripeti opened this issue Nov 5, 2017 · 0 comments
Open

Alternative histogram visualisation #107

gomoripeti opened this issue Nov 5, 2017 · 0 comments
Assignees
Milestone

Comments

@gomoripeti
Copy link
Collaborator

gomoripeti commented Nov 5, 2017

Add option to show histogram (buckets) instead of percentiles on the graphs to better understand distribution.
This is not only useful for latency but even more for distribution of other values (eg argument).

The ideal visualisation would be something like a heatmap or spectogram of sysdig.

Time should be on the x axis for consistency with the percentile graph.
Experiment whether it still makes sense to overlay total call count on left-y axis.
Unfortunately c3-js does not support heatmaps out of the box so this needs to be implemented manually based on d3. (or find another lib)

This is only the frontend story assuming that the backend sends data in appropriate json format.

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