Hi everyone, I'm interested in setting a window pe...
# ask-questions
s
Hi everyone, I'm interested in setting a window period of the metrics shorter than 1 hour (specifically around 50 seconds). Does anyone have any suggestions on how to address this issue? Thanks
h
You can enter fractional amounts, so like 0.83
s
Thank you!. It must be greater than 0.125 right?, If I prefer it to be shorter, are there any ways to achieve that?
h
That's right, 0.125 is a hard limit at our SQL query level so it's non-trivial to alleviate further. You could try tracking your own separate events in code using timing deltas between events for the user's session if you need something more fine grained.