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

Commit

Permalink
Reformat to valid json
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 20, 2019
1 parent 1f9557c commit 8c38cc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/opentracing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is up to the remote server to decide what it does with the spans
it creates. This is called the sampling policy and it can be configured
through Jaeger's settings.

For OpenTracing concepts see
For OpenTracing concepts see
https://opentracing.io/docs/overview/what-is-tracing/.

For more information about Jaeger's implementation see
Expand Down Expand Up @@ -79,7 +79,7 @@ Homeserver whitelisting

The homeserver whitelist is configured using regular expressions. A list of regular
expressions can be given and their union will be compared when propagating any
spans contexts to another homeserver.
spans contexts to another homeserver.

Though it's mostly safe to send and receive span contexts to and from
untrusted users since span contexts are usually opaque ids it can lead to
Expand All @@ -103,13 +103,13 @@ Edu format:

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

0 comments on commit 8c38cc6

Please sign in to comment.