I am developping an app using Golang and InfluxDB to register some time series but I got problem on insert.
I got 2 tags list:
[map[conso_prod:C fetch_method:FTP meter_id:<meter_id> operation_id:<operation_id> timestep:30m0s ]]
[map[conso_prod:P fetch_method:API meter_id:<meter_id> operation_id:<operation_id> timestep:10m0s ]]
When I try to insert data with those list of tags, it inserts all data with the first tag list inserted
Can anybody tell me why ?