Skip to content

Commit

Permalink
[influxdb] add metadata to verbatim config
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed May 12, 2024
1 parent 8883420 commit dec18d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_integrations/influxdb.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,9 @@ queries_flux:
required: false
verbatim:
type: boolean
description: Send the query 'as is' to InfluxDB (templates will still be respected). `bucket`, `imports`, `range_start`, `range_stop`, and `group_function` will be ignored, these should be specified inline in the query. Allows the specification of queries that would otherwise be syntactically incorrect.
description: Send the query 'as is' to InfluxDB (templates will still be respected). `bucket`, `imports`, `range_start`, `range_stop`, and `group_function` will be ignored, these should be specified inline in the query. Allows the specification of queries that would otherwise be syntactically incorrect.
required: false
default: false
{% endconfiguration %}

## Examples
Expand Down

0 comments on commit dec18d1

Please sign in to comment.