Skip to content

Commit

Permalink
specification/api-distributedcontext: fix typo (open-telemetry#236)
Browse files Browse the repository at this point in the history
contest -> context
  • Loading branch information
mauriciovasquezbernal authored and bogdandrutu committed Aug 27, 2019
1 parent caa7a0e commit 1734007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/api-distributedcontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with a specific operation, such as an HTTP request.
Each key of `DistributedContext` is associated with exactly one value. `DistributedContext` is serializable,
to facilitate propagating it not only inside the process but also across process boundaries.
`DistributedContext` is used to annotate telemetry with the name:value pair `Entry`.
Those values can be used to add dimension to the metric or additional contest properties to logs and traces.
Those values can be used to add dimension to the metric or additional context properties to logs and traces.

`DistributedContext` is a recommended name but languages can have more language-specific names like `dctx`.

Expand Down

0 comments on commit 1734007

Please sign in to comment.