I have loki log lines like “Something [1, 2, 3, 10, 200, 500]” and I would like to count number of elements in this single line (in this case 6), and then sum those values for each line on 1 minute basis.
Seems like a simple task, but I cannot find easy solution.