A variety of exporters are available to the OpenTelemetry Service:
TODO: document settings
TODO: document settings
TODO: document settings
TODO: document settings
Exports trace data to a Zipkin endpoint.
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"