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

Histogram on interval data (concurrent requests #6701

Closed
stephane-dereppe opened this issue Mar 30, 2016 · 1 comment
Closed

Histogram on interval data (concurrent requests #6701

stephane-dereppe opened this issue Mar 30, 2016 · 1 comment

Comments

@stephane-dereppe
Copy link

Hi,

I would like to draw an line chart with the count of concurrent request on my system.

I have logs that contains the request start time and the duration.

Is it possible to draw a graph with Kibana that show the amount of concurrent request?

For instance :

Record 1 : startTime = 1:00:00.00 duration 3 sec
Record 2 : startTime = 1:00:01.00 duration 4 sec
Record 3 startTime = 1:00:06.00 duration 2 sec

My Y axis must be :
1 from 1:00:00.00 to 1:00:01.00
2 from 1:00:01.00 to 1:00:03.00
1 from 1:00:03.00 to 1:00:05.00
0 from 1:00:05.00 to 1:00:06.00
1 from 1:00:06.00 to 1:00:08.00

It's a kind of interval data. Is my purpose clear enough?

Can anyone help?

Thanks a lot!

Stéphane

@rashidkpc
Copy link
Contributor

Duplicate of #1333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants