1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/otlp
dependabot[bot] aed458026f
Bump go.opentelemetry.io/proto/otlp from 0.8.0 to 0.9.0 in /exporters/otlp/otlptrace (#1959)
* Bump go.opentelemetry.io/proto/otlp in /exporters/otlp/otlptrace

Bumps [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-proto-go/compare/v0.8.0...v0.9.0)

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

* Fix failed `go mod tidy`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-06-01 20:41:37 -04:00
..
internal Bump go.opentelemetry.io/proto/otlp from 0.8.0 to 0.9.0 in /exporters/otlp (#1943) 2021-05-27 12:59:50 -07:00
otlpgrpc Refactor configs (#1882) 2021-05-14 13:28:28 -07:00
otlphttp Refactor configs (#1882) 2021-05-14 13:28:28 -07:00
otlptrace Bump go.opentelemetry.io/proto/otlp from 0.8.0 to 0.9.0 in /exporters/otlp/otlptrace (#1959) 2021-06-01 20:41:37 -04:00
doc.go
example_test.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
go.mod Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#1954) 2021-06-01 11:53:02 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#1954) 2021-06-01 11:53:02 -07:00
options.go Refactor configs (#1882) 2021-05-14 13:28:28 -07: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 Bump go.opentelemetry.io/proto/otlp from 0.8.0 to 0.9.0 in /exporters/otlp (#1943) 2021-05-27 12:59:50 -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 Refactor configs (#1882) 2021-05-14 13:28:28 -07:00
protocoldriver.go Refactor configs (#1882) 2021-05-14 13:28:28 -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.