Skip to content

Latest commit

 

History

History

exporter

Exporters

A variety of exporters are available to the OpenTelemetry Service:

Jaeger

TODO: document settings

Logging

TODO: document settings

OpenCensus

TODO: document settings

Prometheus

TODO: document settings

Zipkin

Exports trace data to a Zipkin endpoint.

Configuration

The following settings can be configured:

  • endpoint: URL to which the exporter is going to send Zipkin trace data. This setting doesn't have a default value and must be specified in the configuration.

Example:

exporters:
  zipkin:
    endpoint: "http://some.url:9411/api/v2/spans"