import ".. /influxdb/v1" instead import ".. /influxdb/schema" when create new alert in v2 ?!? #24167
Unanswered
masterwishx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using alpine latest 2.6.1 version on docker in Unraid (Linux x64)
When creating alert ,then having v1 instead schema for v2 , if i understand correctly:
[ import "influxdata/influxdb/v1" ] instead [ import "influxdata/influxdb/schema" ]
import "influxdata/influxdb/monitor"
import "influxdata/influxdb/v1"
....
....
data
|> v1"fieldsAsCols"
|> monitor["check"](data: check, messageFn: messageFn, crit: crit, warn: warn)
is it OK or should be Fixed ?
Beta Was this translation helpful? Give feedback.
All reactions