otlp
Reference for the `otlp` adapter.
otlp· adapter · runnanook doc otlpfor the same content in your terminal.
Exports metrics via OpenTelemetry Protocol (OTLP) over HTTP/JSON.
Options
| Option | Type | Default | Description |
|---|---|---|---|
url | string | required 🔒 | OTLP endpoint URL |
timeout | string | 10 | request timeout in seconds |
Examples
Local OTLP collector
[[]]
= "otlp"
[]
= "http://localhost:4318/v1/metrics"
Custom timeout
[[]]
= "otlp"
[]
= "http://otel-collector.internal:4318/v1/metrics"
= 30