Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 487 Bytes

OpenTelemetry Collector Go Exporter

PkgGoDev

This exporter exports OpenTelemetry spans and metrics to the OpenTelemetry Collector.

Installation and Setup

The exporter can be installed using standard go functionality.

go get -u go.opentelemetry.io/otel/exporters/otlp

A new exporter can be created using the NewExporter function.