module Aws::Telemetry::SpanKind
Constants
- CLIENT
-
Represents a request to some remote service.
- CONSUMER
-
Represents a child of an asynchronous ‘PRODUCER` request.
- INTERNAL
-
Default. Represents an internal operation within an application.
- PRODUCER
-
Represents an asynchronous request.
- SERVER
-
Represents handling synchronous network requests.