1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/otlp/otlptrace/otlptracehttp
Tyler Yahn cb607b0ab1
Unify OTLP exporter retry logic (#2095)
* Add retry internal package

* Use retry package in connection

* Use retry package for otlpconfig

* Use the retry package in otlptracegrpc

* Use the retry package in otlptracehttp

* Add changes to CHANGELOG

* Lint internal

* Update otlptracehttp tests

* Update dependencies

* Add retry tests to otlptracehttp

* Remove TestRetry from otlptracehttp
2021-07-22 15:07:38 -07:00
..
certificate_test.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
client_test.go Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00
client.go Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00
doc.go Pre-release 1.0.0-RC1 (#2013) 2021-06-18 11:22:16 -04:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00
go.sum Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00
mock_collector_test.go Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00
options.go Unify OTLP exporter retry logic (#2095) 2021-07-22 15:07:38 -07:00