docs: fix a typo in tracing documentation

It should be "daemon"

Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
This commit is contained in:
Changwei Ge 2023-01-04 10:27:36 +08:00
parent 8b15917123
commit 88c8d2e39c

View File

@ -3,7 +3,7 @@
containerd supports OpenTelemetry tracing since v1.6.0. containerd supports OpenTelemetry tracing since v1.6.0.
Tracing currently targets only gRPC calls. Tracing currently targets only gRPC calls.
## Sending traces from containerd deamon ## Sending traces from containerd daemon
By configuring `io.containerd.tracing.processor.v1.otlp` plugin. By configuring `io.containerd.tracing.processor.v1.otlp` plugin.
containerd daemon can send traces to the specified OpenTelemetry endpoint. containerd daemon can send traces to the specified OpenTelemetry endpoint.