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
Joshua MacDonald e8546e3bc5
Remove Labelset (#595)
* Remove LabelSet frmo api/metric

* SDK tests pass

* Restore benchmarks

* All tests pass

* Remove all mentions of LabelSet

* Test RecordBatch

* Batch test

* Improves benchmark (some)

* Move the benchmark to match HEAD

* Align labels for GOARCH=386

* Add alignment test

* Disable the stress test fo GOARCH=386

* Fix bug

* Move atomic fields into their own file

* Add a TODO

* Comments

* Remove metric.Labels(...)

* FTB

Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
2020-03-27 14:06:48 -07:00
..
internal/transform Remove unneeded allocation on empty labels (#597) 2020-03-25 20:17:43 -07:00
alignment_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
connection.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
doc.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
example_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
go.mod Move span transforms of the OTLP exporter to internal (#593) 2020-03-25 09:04:31 -07:00
go.sum Move span transforms of the OTLP exporter to internal (#593) 2020-03-25 09:04:31 -07:00
mock_collector_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
options.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
otlp_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
otlp.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
README.md opentelemetry collector trace exporter (#497) 2020-03-06 22:01:02 -08:00

OpenTelemetry Collector Go Exporter

![GoDoc][godoc-image]

This exporter converts OpenTelemetry SpanData to OpenTelemetry Protocol Span and exports them to OpenTelemetry Collector.

Installation

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