Crate aws_smithy_observability
source ·Expand description
Smithy Observability
Modules§
- Utilities for interacting with the currently set
GlobalTelemetryProvider
- Instruments are used to record values for metrics.
- Metrics are used to gain insight into the operational performance and health of a system in real time.
Structs§
- Structured telemetry metadata.
- An simple error to represent issues with the global crate::TelemetryProvider.
- An error in the SDKs Observability providers
- A struct to hold the various types of telemetry providers.
- A builder for TelemetryProvider.
Enums§
- The valid types of values accepted by Attributes.
- The types of errors associated with ObservabilityError
Traits§
- A cross cutting concern for carrying execution-scoped values across API boundaries (both in-process and distributed).
- Keeps track of the current Context.
- Delineates a logical scope that has some beginning and end (e.g. a function or block of code).