|
1 |
| -# ``Tracing`` |
| 1 | +# ``/Tracing`` |
2 | 2 |
|
3 | 3 | A Distributed Tracing API for Swift.
|
4 | 4 |
|
@@ -26,3 +26,59 @@ as the subsequent guides dive deeper into patterns and details of instrumenting
|
26 | 26 | - <doc:TraceYourApplication>
|
27 | 27 | - <doc:InstrumentYourLibrary>
|
28 | 28 | - <doc:ImplementATracer>
|
| 29 | + |
| 30 | +### Boostrapping Tracing |
| 31 | + |
| 32 | +- ``InstrumentationSystem`` |
| 33 | +- ``MultiplexInstrument`` |
| 34 | +- ``Extractor`` |
| 35 | +- ``Injector`` |
| 36 | +- ``Instrument`` |
| 37 | +- ``TracerInstant`` |
| 38 | +- ``LegacyTracer`` |
| 39 | + |
| 40 | +### Creating Spans |
| 41 | + |
| 42 | +- ``withSpan(_:context:ofKind:function:file:line:_:)-65bom`` |
| 43 | +- ``withSpan(_:at:context:ofKind:function:file:line:_:)-7pdo8`` |
| 44 | +- ``withSpan(_:context:ofKind:isolation:function:file:line:_:)`` |
| 45 | +- ``withSpan(_:at:context:ofKind:isolation:function:file:line:_:)`` |
| 46 | +- ``withSpan(_:context:ofKind:at:function:file:line:_:)-6e2id`` |
| 47 | +- ``withSpan(_:context:ofKind:at:isolation:function:file:line:_:)`` |
| 48 | + |
| 49 | +- ``withSpan(_:context:ofKind:function:file:line:_:)-tj8`` |
| 50 | +- ``withSpan(_:at:context:ofKind:function:file:line:_:)-3h6gv`` |
| 51 | +- ``withSpan(_:context:ofKind:at:function:file:line:_:)-8gw3v`` |
| 52 | + |
| 53 | +### Manually Managing Spans |
| 54 | + |
| 55 | +- ``startSpan(_:context:ofKind:function:file:line:)`` |
| 56 | +- ``startSpan(_:at:context:ofKind:function:file:line:)`` |
| 57 | +- ``startSpan(_:context:ofKind:at:function:file:line:)`` |
| 58 | + |
| 59 | +### Inspecting Spans |
| 60 | + |
| 61 | +- ``Span`` |
| 62 | +- ``SpanAttributeConvertible`` |
| 63 | +- ``SpanAttributeNamespace`` |
| 64 | +- ``NestedSpanAttributesProtocol`` |
| 65 | +- ``SpanAttributes`` |
| 66 | +- ``SpanAttributeKey`` |
| 67 | +- ``SpanAttribute`` |
| 68 | +- ``SpanEvent`` |
| 69 | +- ``SpanLink`` |
| 70 | +- ``SpanStatus`` |
| 71 | +- ``SpanKind`` |
| 72 | +- ``TODOLocation`` |
| 73 | + |
| 74 | +### Service Context |
| 75 | + |
| 76 | +- ``ServiceContext`` |
| 77 | +- ``ServiceContextKey`` |
| 78 | +- ``AnyServiceContextKey`` |
| 79 | + |
| 80 | +### Default Tracers |
| 81 | + |
| 82 | +- ``DefaultTracerClock`` |
| 83 | +- ``NoOpInstrument`` |
| 84 | +- ``NoOpTracer`` |
0 commit comments