-
Notifications
You must be signed in to change notification settings - Fork 50
Organizing documentation, cleanup and polish #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a8bb5a2
initial curation, organizing symbols
heckj 04fc8bf
adds base curation and catalogs for each module, expands abstracts fo…
heckj 07a1420
updates to Instrumentation module symbols
heckj 0e20f2f
format cleanup
heckj 05651b8
Update Sources/Instrumentation/Instrument.swift
heckj 3b57886
Update Sources/Instrumentation/Documentation.docc/Documentation.md
heckj e7aa693
Update Sources/Instrumentation/Instrument.swift
heckj 5ac237f
Update Sources/Instrumentation/Instrument.swift
heckj c7cbfd2
Update Sources/Instrumentation/InstrumentationSystem.swift
heckj 8540b46
Update Sources/Instrumentation/MultiplexInstrument.swift
heckj f2715d0
reverting updates in vendored source
heckj 74efd5e
fixing verb tense mismatch
heckj de0b64f
fixing up redundant See Also intended link
heckj 9b4ea63
reworking a segment that seems to be blowing up the docc compilation
heckj e03cddf
format fix
heckj 4f7035b
expands curation for types within the Tracing module
heckj cf109e0
adds abstracts and cleans up existing abstracts to full sentences, re…
heckj baed655
Update Sources/Tracing/TracerProtocol.swift
heckj 8e57cb8
Update Sources/Tracing/TracerProtocol.swift
heckj dedcfa8
Update Sources/Tracing/TracerProtocol.swift
heckj 06dc401
adding end() method into list of methods for manual span management
heckj 156f464
revert docs added to test types
heckj 466a163
Apply suggestion from @ktoso
heckj 582fff5
cleaned up the sentences around carriers, knowledge of types, and inj…
heckj 25e0e04
cleanup format
heckj 947e9f1
Merge branch 'main' into docs-curation
ktoso ce7aaa5
Update Sources/Tracing/NoOpTracer.swift
ktoso ee82112
Update Sources/Tracing/NoOpTracer.swift
ktoso 332133d
Merge branch 'main' into docs-curation
ktoso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
Sources/InMemoryTracing/Documentation.docc/Documentation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ``InMemoryTracing`` | ||
|
||
In-memory implementations of tracers to provide test-focused or other programmatic access to spans. | ||
|
||
## Topics | ||
|
||
### In-memory implementations | ||
|
||
- ``InMemoryTracer`` | ||
- ``InMemorySpan`` | ||
- ``InMemorySpanContext`` | ||
- ``FinishedInMemorySpan`` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.