]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typo 59992/head
authorN Balachandran <nibalach@redhat.com>
Thu, 26 Sep 2024 04:16:56 +0000 (09:46 +0530)
committerZac Dover <zac.dover@proton.me>
Thu, 26 Sep 2024 07:18:18 +0000 (17:18 +1000)
Fixed a typo in the jaeger traces documentation.

Signed-off-by: N Balachandran <nibalach@redhat.com>
(cherry picked from commit 5a11bc00e6c068c965bb7d961feeb47353cc893c)

doc/jaegertracing/index.rst

index a3afd4787bfae4dded2d32f4e84a5a3d46998ad8..3a046030815e282b5b7ac0e1f806561d2aff1106 100644 (file)
@@ -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://<jaeger frontend host>:16686.