Flags#

Here we describe common options for all adapter solutions. You can see all option by using --help from the command-line.

Basic#

--name

A name used to identify the service (required for metrics).

Filesystem#

--filesystem_poll_freq

How often to poll the filesystem for updates.

Event-Logs#

--event_log_buffer_size

Size of memory buffer (in bytes) used to decode event-logs.

Request#

--request_queue_depth

How many requests to queue in memory. Useful to prepare requests without running out of memory.

--request_timeout

Time before a request is considered failed.

Rate-Limit#

Rate-limiting is useful to allow a database solution to do background maintenance and generally avoid resource starvation.

--rate_limit_interval

Time interval to monitor for rate-limiting purposes.

--rate_limit_max_requsts

How many requests are allowed per interval.

Ping#

--ping_freq

Frequency of ping requests.

--ping_path

The URI path used for ping requests.