feat(db): add node tag for influx

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2026-05-09 16:42:49 +02:00
parent 77574e1dfa
commit ccec4efca6

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())