From 38abd63aa1e4d0f189054404508bfb79c32ffa4d Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Thu, 26 Sep 2024 09:46:56 +0530 Subject: [PATCH] doc: fix typo Fixed a typo in the jaeger traces documentation. Signed-off-by: N Balachandran (cherry picked from commit 5a11bc00e6c068c965bb7d961feeb47353cc893c) --- doc/jaegertracing/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/jaegertracing/index.rst b/doc/jaegertracing/index.rst index a3afd4787bfae..3a046030815e2 100644 --- a/doc/jaegertracing/index.rst +++ b/doc/jaegertracing/index.rst @@ -14,8 +14,8 @@ BASIC ARCHITECTURE AND TERMINOLOGY Protocol. The agent is meant to be placed on the same host as the instrumented application. (The Jaeger agent acts like a sidecar listener.) * JAEGER COLLECTOR: A daemon that receives spans sent by the Jaeger agent. The - Jaeger collector then stitches the spans together to form a trace. (A databse - can be enabled to persist a database for these traces). + Jaeger collector then stitches the spans together to form a trace. (A database + can be enabled to persist these traces). * JAEGER QUERY AND CONSOLE FRONTEND: The UI-based frontend that presents reports of the jaeger traces. Accessible at http://:16686. -- 2.39.5