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
Remy Chantenay 1b97d78324
Add Version func to otlpmetric and otlptrace (#3956)
* Add Version func to otel/exporters/otlp/otlpmetric

* Add Version func to otel/exporters/otlp/otlptrace

* Remove Version func from otel/exporters/otlp/internal

* Update CHANGELOG.md

* Add nolint rule to hostid readFile

* Move GetUserAgentHeader to internal packages

* Update exporters/otlp/otlpmetric/version.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Update exporters/otlp/otlptrace/version.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-04-10 14:19:49 -07:00
..
envconfig add new env config options for OTLP exporter (#3363) 2022-11-08 10:53:59 -08:00
retry Update go directive value in go.mod files to 1.19 (#3850) 2023-03-15 09:52:04 -07: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
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