Skip to content

Commit 3b57886

Browse files
heckjktoso
andauthored
Update Sources/Instrumentation/Documentation.docc/Documentation.md
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent 05651b8 commit 3b57886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Instrumentation/Documentation.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ``Instrumentation``
22

3-
Common types to support tracers propogating spans and context across API boundaries.
3+
Base set of types which can be used to instrument libraries, excluding tracing support. Instrument implementations can be used to extract or inject contextual metadata from carrier objects (such as http requests, messages, or similar), and can be used for context propagation across process boundaries, or enrichment of contextual data, such as injecting/extracting "authorized user" or similar metadata.
44

55
## Topics
66

0 commit comments

Comments
 (0)