- What Grafana version and what operating system are you using?
I’m running the latest version of Grafana Docker image; the host machine is running Windows 11.
- What are you trying to achieve?
I have a Grafana-Loki-Promtail setup that is monitoring a log file. The log file documents the number of files being processed by an application over a period of time. Over the course of a day there could be a hundred data points, e.g., “at 6:00am: 17 files downloaded, 6:01am: 80 files downloaded…”.
I would like to change that so instead of seeing the number of files downloaded at every data point, Loki will consolidate the data hourly, e.g., at 6:00-7:00am, 200 files downloaded, 7:00-8:00am, 600 files downloaded…".
- How are you trying to achieve it?
I don’t know, that’s why I’m creating this topic. I couldn’t figure it out from the Loki documentation.
- What happened?
Nothing happened, and that’s the problem.
- What did you expect to happen?
See above
- Can you copy/paste the configuration(s) that you are having problems with?
There’s no configuration because I don’t know where to begin
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No
- Did you follow any online instructions? If so, what is the URL?
No