Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
EDU tracing data format documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 15, 2019
1 parent 6ccc3b6 commit 27423c3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/opentracing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,26 @@ two problems, namely:
but that doesn't prevent another server sending you baggage which will be logged
to OpenTracing's logs.

==========
EDU FORMAT
==========

EDUs can contain tracing data in their content. This is not specced but
it could be of interest for other homeservers.

Edu format:

.. code-block:: json
edu: {
edu_type: "type"
content: {
context: {
...opentracing_context
}
}
}
==================
Configuring Jaeger
==================
Expand Down

0 comments on commit 27423c3

Please sign in to comment.