Skip to content

Commit

Permalink
minor update to influx scaler docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Whatmuff <danielwhatmuff@gmail.com>
  • Loading branch information
danielwhatmuff committed Feb 15, 2024
1 parent 59a5bce commit 7201be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.14/scalers/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ triggers:
from(bucket: "bucket-of-interest")
|> range(start: -12h)
|> filter(fn: (r) => r._measurement == "stat")
metricKey: 'mymetric' # Required for Influx v3. See details in "Parameter List" section
queryType: 'InfluxQL' # Only used for Influx v3. See details in "Parameter List" section
metricKey: 'mymetric' # Required for Influx v3. Ignored for v2. See details in "Parameter List" section
queryType: 'InfluxQL' # Required for Influx v3. Ignored for v2. See details in "Parameter List" section
influxVersion: '3' # Optional: Defaults to 2.
database: 'some-influx-db' # Required for Influx v3
authToken: some-auth-token
Expand Down

0 comments on commit 7201be9

Please sign in to comment.