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
Tyler Yahn 25a6f15348
Deprecate the otlp/internal package and all sub-packages (#4421)
* Deprecate the otlp/internal package and all sub-packages

* Add deprecation to changelog

* No lint deprecated pkg use in otlpmetric

* Remove the unused header*.go files from otlptrace

* Use template wrappederror in otlptrace

* Add back removed header.go

* Replace use of WrapTracesError with fmt.Errorf

* Revert otlptrace/internal to main

* Deprecate retry module
2023-08-08 07:45:53 -07:00
..
envconfig Deprecate the otlp/internal package and all sub-packages (#4421) 2023-08-08 07:45:53 -07:00
retry Deprecate the otlp/internal package and all sub-packages (#4421) 2023-08-08 07:45:53 -07:00
config_test.go Unify OTLP path parsing/default Logic (#2639) 2022-03-02 07:13:43 -08:00
config.go Deprecate the otlp/internal package and all sub-packages (#4421) 2023-08-08 07:45:53 -07: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