Skip to content

Commit

Permalink
trying v.bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
hoorayimhelping committed Sep 11, 2020
1 parent 6b12d35 commit e18d45e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions linux_system/linux_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
language: flux
query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
import "influxdata/influxdb/v1"
v1.measurementTagValues(bucket: params.bucket, measurement: "cpu", tag: "host")
Expand Down Expand Up @@ -426,7 +426,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -456,7 +456,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -484,7 +484,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand All @@ -505,7 +505,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -535,7 +535,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -565,7 +565,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand All @@ -589,7 +589,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -618,7 +618,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -646,7 +646,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand All @@ -668,7 +668,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -712,7 +712,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down Expand Up @@ -741,7 +741,7 @@ spec:
queries:
- query: |-
option params = {
bucket: "telegraf"
bucket: "v.bucket"
}
from(bucket: params.bucket)
Expand Down

0 comments on commit e18d45e

Please sign in to comment.