Skip to content

/AWS1/CL_TSIINFLUXDBV2PARAMS

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLUXLOGENABLED TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN

Include option to show detailed logs for Flux queries.

Default: false

IV_LOGLEVEL TYPE /AWS1/TSILOGLEVEL /AWS1/TSILOGLEVEL

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

Default: info

IV_NOTASKS TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN

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

Default: false

IV_QUERYCONCURRENCY TYPE /AWS1/TSIINTEGER /AWS1/TSIINTEGER

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

Default: 0

IV_QUERYQUEUESIZE TYPE /AWS1/TSIINTEGER /AWS1/TSIINTEGER

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

IV_TRACINGTYPE TYPE /AWS1/TSITRACINGTYPE /AWS1/TSITRACINGTYPE

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

IV_METRICSDISABLED TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN

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

Default: false


Queryable Attributes

fluxLogEnabled

Include option to show detailed logs for Flux queries.

Default: false

Accessible with the following methods

Method Description
GET_FLUXLOGENABLED() Getter for FLUXLOGENABLED, with configurable default
ASK_FLUXLOGENABLED() Getter for FLUXLOGENABLED w/ exceptions if field has no valu
HAS_FLUXLOGENABLED() Determine if FLUXLOGENABLED has a value

logLevel

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

Default: info

Accessible with the following methods

Method Description
GET_LOGLEVEL() Getter for LOGLEVEL, with configurable default
ASK_LOGLEVEL() Getter for LOGLEVEL w/ exceptions if field has no value
HAS_LOGLEVEL() Determine if LOGLEVEL has a value

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

Accessible with the following methods

Method Description
GET_NOTASKS() Getter for NOTASKS, with configurable default
ASK_NOTASKS() Getter for NOTASKS w/ exceptions if field has no value
HAS_NOTASKS() Determine if NOTASKS has a value

queryConcurrency

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

Default: 0

Accessible with the following methods

Method Description
GET_QUERYCONCURRENCY() Getter for QUERYCONCURRENCY, with configurable default
ASK_QUERYCONCURRENCY() Getter for QUERYCONCURRENCY w/ exceptions if field has no va
HAS_QUERYCONCURRENCY() Determine if QUERYCONCURRENCY has a value

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

Accessible with the following methods

Method Description
GET_QUERYQUEUESIZE() Getter for QUERYQUEUESIZE, with configurable default
ASK_QUERYQUEUESIZE() Getter for QUERYQUEUESIZE w/ exceptions if field has no valu
HAS_QUERYQUEUESIZE() Determine if QUERYQUEUESIZE has a value

tracingType

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

Accessible with the following methods

Method Description
GET_TRACINGTYPE() Getter for TRACINGTYPE, with configurable default
ASK_TRACINGTYPE() Getter for TRACINGTYPE w/ exceptions if field has no value
HAS_TRACINGTYPE() Determine if TRACINGTYPE has a value

metricsDisabled

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

Default: false

Accessible with the following methods

Method Description
GET_METRICSDISABLED() Getter for METRICSDISABLED, with configurable default
ASK_METRICSDISABLED() Getter for METRICSDISABLED w/ exceptions if field has no val
HAS_METRICSDISABLED() Determine if METRICSDISABLED has a value