From ccec4efca6439d454989f744071e417aebc35f33 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sat, 9 May 2026 16:42:49 +0200 Subject: [PATCH] feat(db): add node tag for influx Signed-off-by: Klagarge --- db/src/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/db/src/main.go b/db/src/main.go index 358a077..19a3813 100644 --- a/db/src/main.go +++ b/db/src/main.go @@ -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())