I read the tutorial and I did not found the answer to the following:
– my logger is able to present me Erlangs but for 15 min or 1 hour.
I guess it is to have a better idea of peaks.
Example:
from 9 to 9h15: 0.2 erlang
from 9h15 to 9h30: 0.3 erlang
from 9h30 to 9h45: 0.1 erlang
from 9h45 to 10: 0.4 erlang
If i ask for the same data but grouped by hour, i get for 9h to 10 h a value that is not 1 erlang (the sum of the values above).
How is this to handle?
How to calculate in erlangs for periods not equal to an hour?