.. _configuration_exporter_opentsdb: opentsdb ======== Emit all metrics from collector to opentsdb by using the json `PUT API`_. .. _PUT API: https://opentsdb.net/docs/build/html/api_http/put.html The following common keys are supported: * :ref:`prefix ` * :ref:`global_tags ` The :ref:`HTTP Export Runtime ` is used: - default port 4242 - all config keys supported emit_interval ------------- **optional**, **type**: :ref:`humanize duration ` Set the time interval to emit internal metrics. **default**: 10s sync_timeout ------------ **optional**, **type**: :ref:`humanize duration ` Set sync and sync_timeout query parameter. **default**: not set max_data_points --------------- **optional**, **type**: usize Set the max data points that should be sent in a single HTTP request. **default**: 50