feat(db): add node tag for influx

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2026-06-04 14:46:33 +02:00
parent 77574e1dfa
commit ccec4efca6
+1
View File
@@ -141,6 +141,7 @@ func main() {
influxTags := []point.Topic{
{Subject: "campus", Content: campus},
{Subject: "room", Content: room},
{Subject: "node", Content: nodeID},
}
translatedDp := provenceMeasurement.CreateDataPoint(influxTags, dp.GetValues(), dp.Timestamp())