zuul/doc/source/tracing.rst
James E. Blair c1845b02a4
Add tracing tutorial
This adds a tutorial for enabling tracing along with a simple
all-in-one Jaeger tracing server.

Change-Id: I2c0e9b63730e4981c1b9acb67f8a4f90c38395ed
2022-09-19 08:42:28 +02:00

37 lines
993 B
ReStructuredText

:title: Tracing
.. _tracing:
Tracing
=======
Zuul includes support for `distributed tracing`_ as described by the
OpenTelemetry project. This allows operators (and potentially users)
to visualize the progress of events and queue items through the
various Zuul components as an aid to debugging.
OpenTelemetry defines several observability signals such as traces,
metrics, and logs. Zuul uses other systems for metrics and logs; only
traces are exported via OpenTelemetry.
Zuul supports the OpenTelemetry Protocol (OTLP) for exporting traces.
Many observability systems support receiving traces via OTLP
(including Jaeger tracing).
Configuration
-------------
Related configuration is in the :attr:`tracing` section of ``zuul.conf``.
Tutorial
--------
Here is a tutorial that shows how to enable tracing with Zuul and Jaeger.
.. toctree::
:maxdepth: 1
tutorials/tracing
_`distributed tracing`: https://opentelemetry.io/docs/concepts/observability-primer/#distributed-traces