Supported Types
Configuration Table
Parameter Type Default Description enable_logs bool
true Enable to send logs to Logz.io logs_token* string
Your logz.io account token for your logs account enable_metrics bool
true Enable to send metrics to Logz.io metrics_token* string
Your logz.io account token for your metrics account enable_write_ahead_log bool
false Enables write-ahead logging for exporting metrics. wal_storage_path string
$OIQ_OTEL_COLLECTOR_HOME/storage/logzio_metrics_wal
Path of the directory the WAL is stored in. Must be unique to this destination. wal_buffer_size int
300 Number of objects to store in Write Ahead Log before truncating. wal_truncate_frequency int
60 Sets how often, in seconds, the Write Ahead Log should be truncated. listener_url* string
https://listener.logz.io:8053
The URL of the Logz.io listener in your region enable_tracing bool
true Enable to send spans to Logz.io tracing_token string
Your logz.io account token for your tracing account region* enum
"us" Your logz.io account region code. Valid options are: us
, eu
, uk
, nl
, wa
, ca
, au
timeout int
30 Time to wait per individual attempt to send data to a backend
*required field
Supported Retry and Queuing Settings
This destination supports the following retry and queuing settings :
Sending Queue Persistent Queue Retry on Failure * * ✓
* This destination only supports sending queues and persistent queues for traces and logs. To queue metrics to disk, enable the Write Ahead Log (WAL) for metrics.