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/internal
Joshua MacDonald efd8a7df6d
OTLP exporter: Let final retry error include last retryable error message (#3514)
* Let retry return the first retryable error

* examples/otel-collector: use default collector port

* use correct port

* revert example change

* tidy

* changelog

* lint

* Address comments in PR.

* Updated Changelog.

* Fixes for PR.

* merge changelog

* remove one error

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-01-04 12:56:59 -08:00
..
envconfig add new env config options for OTLP exporter (#3363) 2022-11-08 10:53:59 -08:00
retry OTLP exporter: Let final retry error include last retryable error message (#3514) 2023-01-04 12:56:59 -08:00
config_test.go Unify OTLP path parsing/default Logic (#2639) 2022-03-02 07:13:43 -08:00
config.go Unify OTLP path parsing/default Logic (#2639) 2022-03-02 07:13:43 -08:00
header_test.go Add User-Agent header to OTLP exporter requests (#3261) 2022-10-11 09:55:50 -05:00
header.go Add User-Agent header to OTLP exporter requests (#3261) 2022-10-11 09:55:50 -05:00
partialsuccess_test.go Do not handle empty partial OTLP successes (#3438) 2022-11-03 09:02:39 -07:00
partialsuccess.go Do not handle empty partial OTLP successes (#3438) 2022-11-03 09:02:39 -07:00