1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters/otlp/internal
Joshua MacDonald ec13377b6b
OTLP traces export errors use a consistent error message prefix (#3516)
* OTLP traces export errors use a consistent error message prefix

* use a wrapped error

* update changelog

* merge changelog

* Update CHANGELOG.md

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-01-27 10:42:15 -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
wrappederror_test.go OTLP traces export errors use a consistent error message prefix (#3516) 2023-01-27 10:42:15 -08:00
wrappederror.go OTLP traces export errors use a consistent error message prefix (#3516) 2023-01-27 10:42:15 -08:00