Data visualization from influxdb

  • Hello, I have a business project as part of my studies where I need to retrieve data from a database and then be able to view it. The aim is to monitor the behavior of around 130 machines that have around 40 sensors and output data every 10 minutes. I retrieve the data every hour. I chose Influxdb v3 for this because it is a time database, it is stored on Docker, and I have a local volume. However, when I try to view the data from a single machine in Data Explore in Grafana, I get the following error in my influxdb logs: “WARN iox_quer::physical optimizer::dedup::split::cannot split dedup operation, fanout too wide n_split=13540 max_dedup_split=100.” This is due to the organization of my database. I implemented them in 10-minute increments, but if I want to have an accurate visualization on Grafana, this seemed like the right choice. Has anyone else encountered the same issue? Knowing that eventually I would like to be able to visualize data over much longer periods, such as 10-20-30 years.