Loki
Supported Types
Metrics | Logs | Traces |
---|---|---|
✓ |
Configuration Table
Parameter | Type | Default | Description |
---|---|---|---|
endpoint | string | The target URL to send Loki log streams to (e.g. http://loki:3100/loki/api/v1/push). to. | |
headers | map | Additional headers to attach to each HTTP Request. | |
configure_tls | bool | false | Configure advanced TLS settings. |
insecure_skip_verify | bool | false | Enable to skip TLS certificate verification. |
ca_file | string | Certificate authority used to validate TLS certificates. | |
mutual_tls | bool | false | Whether or not to use mutual TLS authentication. |
cert_file | string | A TLS certificate used for client authentication. | |
key_file | bool | A TLS private key used for client authentication. |
See exporter helper settings for more information on sending queue and retry on failure settings.
Updated 21 days ago