Separate Poseidon Dashboard Generation

This commit is contained in:
Maximilian Paß
2023-01-12 18:07:25 +00:00
parent 2db66f4b97
commit 0c9ffea369
29 changed files with 61 additions and 59 deletions

View File

@ -1,6 +1,6 @@
import "strings"
data = from(bucket: "poseidon/autogen")
data = from(bucket: "poseidon")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => (not exists r.stage) or contains(value: r["stage"], set: ${stages:json}))