1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/exporters/otlp
dependabot[bot] 696af78754
Bump github.com/benbjohnson/clock from 1.0.3 to 1.1.0 in /sdk/metric (#1532)
* Bump github.com/benbjohnson/clock from 1.0.3 to 1.1.0 in /sdk/metric

Bumps [github.com/benbjohnson/clock](https://github.com/benbjohnson/clock) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/benbjohnson/clock/releases)
- [Commits](https://github.com/benbjohnson/clock/compare/v1.0.3...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-05-10 09:36:03 -07:00
..
internal Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
otlpgrpc Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
otlphttp Fix some golint issues (#1894) 2021-05-10 08:27:59 -07:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
example_test.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
go.mod CI builds validate against last two versions of Go, dropping 1.14 and adding 1.16 (#1865) 2021-05-06 17:14:11 -04:00
go.sum Bump github.com/benbjohnson/clock from 1.0.3 to 1.1.0 in /sdk/metric (#1532) 2021-05-10 09:36:03 -07:00
options.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
optiontypes.go add support for env var configuration to otlp/gRPC (#1811) 2021-04-16 14:52:24 -07:00
otlp_metric_test.go Migrate to using go.opentelemetry.io/proto/otlp (#1713) 2021-03-20 09:25:07 -07:00
otlp_span_test.go Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
otlp_test.go Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
otlp.go Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
protocoldriver.go Redefine ExportSpans of SpanExporter with ReadOnlySpan (#1873) 2021-05-04 16:45:13 -07:00
README.md Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00
retry.go Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00

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.