-
Notifications
You must be signed in to change notification settings - Fork 4
Home
pokryfka edited this page Aug 15, 2020
·
10 revisions
- AnyCodable
- AnyCodable
- AnyDecodable
- AnyDecodable
- AnyEncodable
- AnyEncodable
-
XRayRecorder.Config:
XRayRecorder
configuration. - XRayRecorder.Config.ContextMissingStrategy: Context missing strategy.
-
XRayNoOpEmitter:
Implements
XRayEmitter
which does not do anything. -
XRayNoOpRecorder:
No operation
XRayRecorder
used when no recording is required. - XRayRecorder: X-Ray tracer.
- XRayRecorder.Segment: A segment records tracing information about a request that your application serves.
- XRayRecorder.Segment.ID: A 64-bit identifier in 16 hexadecimal digits.
- XRayRecorder.Timestamp
-
XRayRecorder.TraceID:
X-Ray Trace ID used to group
XRayRecorder.Segment
s. - XRayRecorder.TraceContext: X-Ray Trace Context propagated in a tracing header.
- XRayLogEmitter: "Emits" segments by logging them using provided logger instance.
-
XRayUDPEmitter.Config:
XRayUDPEmitter
configuration. -
XRayUDPEmitter:
Sends
XRayRecorder.Segment
s to the X-Ray daemon, which will buffer them and upload to the X-Ray API in batches. The X-Ray SDK sends segment documents to the daemon to avoid making calls to AWS directly. -
XRayUDPEmitter.SegmentEncoding:
A type representing the ability to encode a
XRayRecorder.Segment
to a String with its JSON representation. -
XRayUDPEmitter.EventLoopGroupProvider:
Specifies how
EventLoopGroup
will be created and establishes lifecycle ownership.
-
XRayNIOEmitter:
A
SwiftNIO
XRayEmitter
. -
XRayEmitter:
A type representing the ability to emit
XRayRecorder.Segment
.
- XRayContext: X-Ray Trace Context.
Generated at 2020-08-17T04:20:53+0000 using swift-doc 1.0.0-beta.4.
Types
- AnyCodable
- AnyDecodable
- AnyEncodable
- XRayLogEmitter
- XRayNoOpEmitter
- XRayNoOpRecorder
- XRayRecorder
- XRayRecorder.Config
- XRayRecorder.Config.ContextMissingStrategy
- XRayRecorder.Segment
- XRayRecorder.Segment.ID
- XRayRecorder.Timestamp
- XRayRecorder.TraceContext
- XRayRecorder.TraceID
- XRayUDPEmitter
- XRayUDPEmitter.Config
- XRayUDPEmitter.EventLoopGroupProvider
- XRayUDPEmitter.SegmentEncoding