opentsdb

Exporter that sends metrics to OpenTSDB using the JSON PUT API.

The following common keys are supported:

The HTTP Export Runtime is used:

  • default port 4242

  • all config keys supported

emit_interval

optional, type: humanize duration

Emit interval for outgoing batches.

default: 10s

sync_timeout

optional, type: humanize duration

Controls the sync and sync_timeout query parameters.

default: not set

max_data_points

optional, type: usize

Maximum number of data points sent in a single HTTP request.

default: 50