Logzio Exporter
Overview
This exporter supports sending trace and log data to Logz.ioThe following configuration options are supported:
Logz.io exporter is utilizing opentelemetry exporter helper forretry_on_failure,sending_queue and timeout settings
account_token(Required): Your logz.io account token for your tracing or logs account.regionYour logz.io account region code. Defaults tous. Required only if your logz.io region is different than US.endpointCustom endpoint, mostly used for dev or testing. This will override the region parameter.retry_on_failureenabled(default = true)initial_interval: Time to wait after the first failure before retrying; ignored ifenabledisfalse(default = 5s)max_interval: Is the upper bound on backoff; ignored ifenabledisfalse(default = 30s)max_elapsed_time: Is the maximum amount of time spent trying to send a batch; ignored ifenabledisfalse(default = 300s)
sending_queueenabled(default = true)num_consumers: Number of consumers that dequeue batches; ignored ifenabledisfalse(default = 10)queue_size: Maximum number of batches kept in memory before dropping; ignored ifenabledisfalseUser should calculate this asnum_seconds * requests_per_secondwhere:num_secondsis the number of seconds to buffer in case of a backend outagerequests_per_secondis the average number of requests per seconds.- default = 5000
timeout: Time to wait per individual attempt to send data to a backend. default = 30s
Tracing example:
- We recommend using
batchprocessor. Batching helps better compress the data and reduce the number of outgoing connections required to transmit the data.
Logs example:
- We recommend using
batchprocessor. Batching helps better compress the data and reduce the number of outgoing connections required to transmit the data. - We recommend adding
typeattribute to classify your log records - We recommend adding
resourcedetectionprocessor to add metadata to your log records
Metrics:
In order to use the Prometheus backend you must use the standard prometheusremotewrite exporter as well. The following regions are supported and configured as follows. The Logz.io Listener URL for for your region, configured to use port 8052 for http traffic, or port 8053 for https traffic. Example:Configuration
Example Configuration
Last generated: 2026-04-14