mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-22 03:38:42 +02:00
4c7f2bf5e8
The current behavior is the proper one per the spec.
102b00daef/specification/protocol/exporter.md (configuration-options)
> The endpoint MUST be a valid URL with scheme (http or https) and host
The HTTP exporters doc already mentions this properly. So this fixes the
doc for gRPC.
Closes #5562.
OpenTelemetry Exporters
Once the OpenTelemetry SDK has created and processed telemetry, it needs to be exported. This package contains exporters for this purpose.
Exporter Packages
The following exporter packages are provided with the following OpenTelemetry signal support.
See the OpenTelemetry registry for 3rd-party exporters compatible with this project.