mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-18 16:47:18 +02:00
d5d4c87f6d
* add HTTP support for OTLP metrics exporter * add to changelog * fix unit test not covered before * add otlpmetrichttp module to .github/dependabot.yml * add test file for client.go * run make commit to clean repository * fix err occurs in TestCancelledContext * fix err in TestCancelledContext which is nil * fix err in TestCancelledContext which is nil, occurs occasionally * fix unittest err in TestCancelledContext which occurs occasionally * fix ineffectual assignment to err when running lint * Update CHANGELOG.md Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlpmetric/otlpmetrichttp/doc.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlpmetric/otlpmetrichttp/doc.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * del options that not used in http exporter metrics Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> |
||
---|---|---|
.. | ||
internal | ||
agent_test.go | ||
agent.go | ||
assertsocketbuffersize_windows.go | ||
assertsocketbuffersize.go | ||
doc.go | ||
env_test.go | ||
env.go | ||
go.mod | ||
go.sum | ||
jaeger_benchmark_test.go | ||
jaeger_test.go | ||
jaeger.go | ||
README.md | ||
reconnecting_udp_client_test.go | ||
reconnecting_udp_client.go | ||
uploader.go |
OpenTelemetry-Go Jaeger Exporter
OpenTelemetry Jaeger exporter
Installation
go get -u go.opentelemetry.io/otel/exporters/jaeger
Maintenance
This exporter uses a vendored copy of the Apache Thrift library (v0.14.1) at a custom import path. When re-generating Thrift code in future, please adapt import paths as necessary.