Hi everone!
I am developing my own logs plugin for ClickHouse.
I need to usefull-range logs volume with grouping by levels (errors, info, etc) (and, accordingly, with coloring).
In the current Loki implementations (version 10.3.3), I did not see this feature - all data with grouping by level. Grouping by level (and coloring) only works without full-range.
Is there a possibility (maybe an example) how this can be done (create separate requests for levels or process response and group it there in some way)? Unfortunately, in the current documentation, I did not find any information even about the response format for logs volume ful-range.