InfluxDbV2Parameters

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Include option to show detailed logs for Flux queries.

Link copied to clipboard

Maximum duration the server should keep established connections alive while waiting for new requests. Set to 0 for no timeout.

Link copied to clipboard

Maximum duration the server should try to read HTTP headers for new requests. Set to 0 for no timeout.

Link copied to clipboard

Maximum duration the server should try to read the entirety of new requests. Set to 0 for no timeout.

Link copied to clipboard

Maximum duration the server should spend processing and responding to write requests. Set to 0 for no timeout.

Link copied to clipboard

Maximum number of group by time buckets a SELECT statement can create. 0 allows an unlimited number of buckets.

Link copied to clipboard

Maximum number of points a SELECT statement can process. 0 allows an unlimited number of points. InfluxDB checks the point count every second (so queries exceeding the maximum aren’t immediately aborted).

Link copied to clipboard

Maximum number of series a SELECT statement can return. 0 allows an unlimited number of series.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Disable the /debug/pprof HTTP endpoint. This endpoint provides runtime profiling data and can be helpful when debugging.

Link copied to clipboard

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

Link copied to clipboard

Initial bytes of memory allocated for a query.

Link copied to clipboard

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.

Link copied to clipboard

Maximum bytes of memory allowed for a single query. Must be greater or equal to queryInitialMemoryBytes.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the Time to Live (TTL) in minutes for newly created user sessions.

Link copied to clipboard

Disables automatically extending a user’s session TTL on each request. By default, every request sets the session’s expiration time to five minutes from now. When disabled, sessions expire after the specified session length and the user is redirected to the login page, even if recently active.

Link copied to clipboard

Maximum size (in bytes) a shard’s cache can reach before it starts rejecting writes. Must be greater than storageCacheSnapShotMemorySize and lower than instance’s total memory capacity. We recommend setting it to below 15% of the total memory capacity.

Link copied to clipboard

Size (in bytes) at which the storage engine will snapshot the cache and write it to a TSM file to make more memory available. Must not be greater than storageCacheMaxMemorySize.

Link copied to clipboard

Duration at which the storage engine will snapshot the cache and write it to a new TSM file if the shard hasn’t received writes or deletes.

Link copied to clipboard

Duration at which the storage engine will compact all TSM files in a shard if it hasn't received writes or deletes.

Link copied to clipboard

Rate limit (in bytes per second) that TSM compactions can write to disk.

Link copied to clipboard

Maximum number of full and level compactions that can run concurrently. A value of 0 results in 50% of runtime.GOMAXPROCS(0) used at runtime. Any number greater than zero limits compactions to that value. This setting does not apply to cache snapshotting.

Link copied to clipboard

Size (in bytes) at which an index write-ahead log (WAL) file will compact into an index file. Lower sizes will cause log files to be compacted more quickly and result in lower heap usage at the expense of write throughput.

Link copied to clipboard

Skip field size validation on incoming write requests.

Link copied to clipboard

Interval of retention policy enforcement checks. Must be greater than 0.

Maximum number of snapshot compactions that can run concurrently across all series partitions in a database.

Link copied to clipboard

Size of the internal cache used in the TSI index to store previously calculated series results. Cached results are returned quickly rather than needing to be recalculated when a subsequent query with the same tag key/value predicate is executed. Setting this value to 0 will disable the cache and may decrease query performance.

Link copied to clipboard

Maximum number writes to the WAL directory to attempt at the same time. Setting this value to 0 results in number of processing units available x2.

Link copied to clipboard

Maximum amount of time a write request to the WAL directory will wait when the maximum number of concurrent active writes to the WAL directory has been met. Set to 0 to disable the timeout.

Link copied to clipboard

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

Link copied to clipboard

Disable the InfluxDB user interface (UI). The UI is enabled by default.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String