]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typo 59993/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:19:25 +0000 (17:19 +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 2275c91d1d2811ab6ff46c4a82e060be65c2a3a8..f49ab73d821dd93a401f4e0bb9152b9f4e942e79 100644 (file)
@@ -10,17 +10,17 @@ BASIC ARCHITECTURE AND TERMINOLOGY
 ----------------------------------
 
 * TRACE: A trace shows the data/execution path through a system.
-* SPAN: A single unit of a trace, it is a data structure that stores
-  information like operation name, timestamps, ordering in a trace.
-* JAEGER CLIENT: language-specific implementations of the OpenTracing API.
-* JAEGER AGENT: a daemon that listens for spans sent over User Datagram Protocol.
-  The agent is meant to be placed on the same host as the instrumented
-  application. (acts like a sidecar listener)
-* JAEGER COLLECTOR: Jaeger agent sends the spans to this daemon which then
-  stitches the spans together to form a trace(if enabled, also persists a database
-  for these traces)
-* JAEGER QUERY AND CONSOLE FRONTEND: UI based frontend to checkout the jaeger
-  traces, navigate to http://<jaeger frontend host>:16686 
+* SPAN: A single unit of a trace. A data structure that stores information such
+  as the operation name, timestamps, and the ordering within a trace.
+* JAEGER CLIENT: Language-specific implementations of the OpenTracing API.
+* JAEGER AGENT: A daemon that listens for spans sent over User Datagram
+  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 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.
 
 
 read more about jaeger tracing:.