From 88c8d2e39c5c82ffb914d637098d8477eff9181e Mon Sep 17 00:00:00 2001 From: Changwei Ge Date: Wed, 4 Jan 2023 10:27:36 +0800 Subject: [PATCH] docs: fix a typo in tracing documentation It should be "daemon" Signed-off-by: Changwei Ge --- docs/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing.md b/docs/tracing.md index 60a8263b5..8e00dfd5e 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -3,7 +3,7 @@ containerd supports OpenTelemetry tracing since v1.6.0. 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. containerd daemon can send traces to the specified OpenTelemetry endpoint.