Slackbot
05/10/2023, 7:10 PMRomario Lopez C
05/10/2023, 7:11 PMSrikanth Chekuri
05/11/2023, 1:45 AMHow can I show that is a spike from 0 to the value and then back to 0?I don’t see a 0 value. The dot you mentioned shows 250ms. How is it a spike from zero value?
Romario Lopez C
05/11/2023, 7:58 PMRomario Lopez C
05/15/2023, 6:52 PMSrikanth Chekuri
05/16/2023, 7:36 AM0 to 285ms to then 0 againThe graph is based on the data returned. The response doesn’t show such spikes if there is no zero value. For instance, take the following two kinds of responses.
[t1, 100], [t2, 250], [t3, 180], [t4, 120], [t5, 230]
vs
[t1, 100], [t2, 250], [t3, 0], [t4, 180], [t5, 120], [t6, 0], [t7, 230]
There will be no spike from zero and back for the first data. Because the data says, it never went to zero.Romario Lopez C
05/16/2023, 2:21 PMSrikanth Chekuri
05/16/2023, 3:33 PM