containerd/cmd
Alakesh Haloi 3597ac859d [otel-tracing] Initial opentelemetry support
Add basic intiialization of opentelemetry including minimum support to
be able to read open telemetry config from config.toml and initialize
exporter. Tracer is initialized and ready to be be used for creating
spans, sub spans etc. With no opentelemetry configuration enabled in
config file, this patch is a no-op.

Basic config stub to be added to use opentelemetry is to add following
in config.toml. We use otlp exporter with default port 4317.

[otel]
  exporter_name = "otlp"
  exporter_endpoint = "0.0.0.1:4317"

otel-collector binary needs to run listening at the same port.

Signed-off-by: Alakesh Haloi <alakeshh@amazon.com>
2021-08-04 14:25:01 -07:00
..
containerd [otel-tracing] Initial opentelemetry support 2021-08-04 14:25:01 -07:00
containerd-shim Fix return event publishing error 2021-04-09 11:54:58 +08:00
containerd-shim-runc-v1 Fix linter errors 2019-07-14 20:49:40 -07:00
containerd-shim-runc-v2 Fix linter errors 2019-07-14 20:49:40 -07:00
containerd-stress containerd-stress: add snapshotter option for stress test to use 2021-04-12 20:45:22 +00:00
ctr Support SIGRTMIN+n signals 2021-07-26 09:36:43 -07:00
gen-manpages Remove useless lines 2021-05-20 16:19:09 +08:00
protoc-gen-gogoctrd Update ttrpc for containerd repo 2018-06-28 09:53:40 -04:00