Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.71 KB

File metadata and controls

58 lines (46 loc) · 2.71 KB

OTLP/HTTP Exporter

Status
Stability traces stable
metrics stable
logs beta
Supported pipeline types traces, metrics, logs
Distributions core, contrib

Export traces and/or metrics via HTTP using OTLP format.

The following settings are required:

The following settings can be optionally configured:

Example:

exporters:
  otlphttp:
    endpoint: https://example.com:4318/v1/traces

By default gzip compression is enabled. See compression comparison for details benchmark information. To disable, configure as follows:

exporters:
  otlphttp:
    ...
    compression: none

The full list of settings exposed for this exporter are documented here with detailed sample configurations here.