InfluxDBv2Parameters - Timestream for InfluxDB

InfluxDBv2Parameters

All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.

Contents

fluxLogEnabled

Include option to show detailed logs for Flux queries.

Default: false

Type: Boolean

Required: No

logLevel

Log output level. InfluxDB outputs log entries with severity levels greater than or equal to the level specified.

Default: info

Type: String

Valid Values: debug | info | error

Required: No

metricsDisabled

Disable the HTTP /metrics endpoint which exposes internal InfluxDB metrics.

Default: false

Type: Boolean

Required: No

noTasks

Disable the task scheduler. If problematic tasks prevent InfluxDB from starting, use this option to start InfluxDB without scheduling or executing tasks.

Default: false

Type: Boolean

Required: No

queryConcurrency

Number of queries allowed to execute concurrently. Setting to 0 allows an unlimited number of concurrent queries.

Default: 0

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 256.

Required: No

queryQueueSize

Maximum number of queries allowed in execution queue. When queue limit is reached, new queries are rejected. Setting to 0 allows an unlimited number of queries in the queue.

Default: 0

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 256.

Required: No

tracingType

Enable tracing in InfluxDB and specifies the tracing type. Tracing is disabled by default.

Type: String

Valid Values: log | jaeger

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: