summaryrefslogtreecommitdiff
path: root/doc/source/tracing.rst
blob: e973a77dd5451c0b02c4d831f760251b46714f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
: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).

Related configuration is in the :attr:`tracing` section of ``zuul.conf``.

_`distributed tracing`: https://opentelemetry.io/docs/concepts/observability-primer/#distributed-traces