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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: