Skip to content

Commit

Permalink
Merge branch 'master' into traceflags
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandrutu authored Sep 3, 2019
2 parents 07d6239 + fa85353 commit ca50cf2
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 ca50cf2

Please sign in to comment.