From: N Balachandran Date: Thu, 26 Sep 2024 04:16:56 +0000 (+0530) Subject: doc: fix typo X-Git-Tag: v18.2.5~382^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=38abd63aa1e4d0f189054404508bfb79c32ffa4d;p=ceph.git doc: fix typo Fixed a typo in the jaeger traces documentation. Signed-off-by: N Balachandran (cherry picked from commit 5a11bc00e6c068c965bb7d961feeb47353cc893c) --- 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.