Akihiro Suda
|
5082fb3958
|
go.mod: go.opentelemetry.io/otel v1.12.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
|
2023-01-30 08:40:46 +09:00 |
|
Luca Comellini
|
b829e6f2d3
|
Bump OpenTelemetry to v1.11.1
Signed-off-by: Luca Comellini <luca.com@gmail.com>
|
2022-11-10 22:15:10 -08:00 |
|
Luca Comellini
|
c1140aef65
|
Bump OpenTelemetry dependencies
Signed-off-by: Luca Comellini <luca.com@gmail.com>
|
2022-05-11 18:03:09 -07:00 |
|
Kazuyoshi Kato
|
040babe003
|
Vendor dependencies with module graph pruning
The empty-mod hack no longer works with Go 1.18.
This commit fixes #6586.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
|
2022-03-18 16:49:09 +00:00 |
|
Kazuyoshi Kato
|
e751f1f44f
|
tracing: support OTLP/HTTP in addition to gRPC
This change adds OTLP/HTTP, specifically http/protobuf support.
http/protobuf is recommended in
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.8.0/specification/protocol/exporter.md.
However kube-apiserver and CRI-O use gRPC, kubelet may support
gRPC in future. So we should support gRPC as well.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
|
2022-01-29 00:41:18 +00:00 |
|