I have several folders configured for monitoring, but only the last one is uploaded by Glances to InfluxDB. It looks like the path column is not used as a tag.
To Reproduce
Define more than one folder in [folders] section of glances.conf.
Configure export to InfluxDB.
Check data for folders measurement - there is only data for single path.
Expected behavior
There should be data for all paths.
Desktop (please complete the following information):
OS: Docker image (both stable and dev)
Glances Version [output of glances -V]:
2023-04-04 20:10:43,850 -- INFO -- Start Glances 3.3.1.1
2023-04-04 20:10:43,851 -- INFO -- CPython 3.10.10 (/usr/bin/python3) and psutil 5.9.4 detected
Glances v3.3.1.1 with PsUtil v5.9.4
Glances logs file [output of tail -10 ]
2023-04-04 20:11:26,681 -- DEBUG -- Export percpu stats to InfluxDB
2023-04-04 20:11:26,683 -- DEBUG -- Export load stats to InfluxDB
2023-04-04 20:11:26,684 -- DEBUG -- Export memswap stats to InfluxDB
2023-04-04 20:11:26,709 -- DEBUG -- Export docker stats to InfluxDB
2023-04-04 20:11:26,711 -- DEBUG -- Export uptime stats to InfluxDB
2023-04-04 20:11:26,713 -- DEBUG -- Export network stats to InfluxDB
2023-04-04 20:11:26,716 -- DEBUG -- Export fs stats to InfluxDB
2023-04-04 20:11:26,717 -- DEBUG -- Export core stats to InfluxDB
2023-04-04 20:11:26,719 -- DEBUG -- Export mem stats to InfluxDB
2023-04-04 20:11:26,720 -- DEBUG -- Export folders stats to InfluxDB
Glances test [output of glances --issue] (only available with Glances 3.1.7 or higher)
I have several folders configured for monitoring, but only the last one is uploaded by Glances to InfluxDB. It looks like the
path
column is not used as a tag.To Reproduce
[folders]
section ofglances.conf
.folders
measurement - there is only data for single path.Expected behavior There should be data for all paths.
Desktop (please complete the following information):