Skip to content

Commit

Permalink
Update docs/source/technical_design/localinstall.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Rieven <[email protected]>
  • Loading branch information
underdarknl and Rieven authored Nov 27, 2023
1 parent 60df493 commit ae47828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/technical_design/localinstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,3 @@ OpenTelemetry
OpenTelemetry is a way to trace requests through the system. It is used to find out where a request is going wrong and to instrument performance problems. OpenTelemetry is not enabled by default, but can be enabled by uncommenting the environment variable ``SPAN_EXPORT_GRPC_ENDPOINT`` in the ``.env`` file.

The `Jaeger <https://www.jaegertracing.io>`_ tracing system is used to view the traces. It can be enabled by enabling the `Docker Compose profile <https://docs.docker.com/compose/profiles/#enable-profiles>`_, for example by running ``docker-compose --profile jaeger up -d`` or using ``export COMPOSE_PROFILES=jaeger`` and then running Make as usual. The Jaeger UI can then be found at http://localhost:16686.

0 comments on commit ae47828

Please sign in to comment.