Sematext Exporter
Supported Telemetry
Overview
This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index Api format.Configuration
The following configuration options are supported:timeout(default = 5s) Timeout for requestssending_queuedetails hereenabled(default = true)num_consumers(default = 10) The number of consumers from the queuequeue_size(default = 1000) Maximum number of batches allowed in queue at a given time
retry_on_failuredetails hereenabled(default = true)initial_interval(default = 5s) Time to wait after the first failure before retryingmax_interval(default = 30s) Upper bound on backoff intervalmax_elapsed_time(default = 120s) Maximum amount of time (including retries) spent trying to send a request/batch
region(required) Region specifies the Sematext region the user is operating in; must be one of:USEU
metrics.app_token(required if sending metrics) Token of the Sematext Monitoring App to which metrics data will be sent. Must be a valid UUID string in the formatxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. For example:2046e37c-4fac-45f6-831d-922d43fde759.metrics.payload_max_lines(default = 1_000) Maximum number of lines allowed per HTTP POST requestmetrics.payload_max_bytes(default = 300_000) Maximum number of bytes allowed per HTTP POST requestlogs.app_token(required if sending logs) Token of the Sematext Logs App to which logs data will be sent. Must be a valid UUID string in the formatxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. For example:6272eba4-b878-4606-aaef-6b11b9fa5810. Note: At least one ofmetrics.app_tokenorlogs.app_tokenmust be provided.
Configuration
Example Configuration
Last generated: 2026-04-13