Influx2.0 config: range_end -> range_stop (bugfix, typo) (#13830)

Accidentally put `range_end` in config, should've been `range_stop`
This commit is contained in:
mdegat01 2020-06-24 05:07:53 -04:00 committed by GitHub
parent 17170ded95
commit 1183534c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,7 +383,7 @@ queries_flux:
description: "Duration or time value to start range from. All Flux queries require a `range` filter, one is automatically added to the beginning of your Flux query in the form of `range(start: {range_start}, stop: {range_stop})`."
required: false
default: -15m
range_end:
range_stop:
type: string
description: Duration or time value to stop range at. See `range_start` above for how this is used in query.
required: false