Crate aws_smithy_observability
source ·Expand description
Smithy Observability
Re-exports§
pub use attributes::AttributeValue;
pub use attributes::Attributes;
pub use error::ErrorKind;
pub use error::ObservabilityError;
pub use provider::TelemetryProvider;
pub use provider::TelemetryProviderBuilder;
Modules§
- Attributes (also referred to as tags or annotations in other telemetry systems) are structured key-value pairs that annotate a span or event. Structured data allows observability backends to index and process telemetry data in ways that simple log messages lack.
- Observability Errors
- Utilities for interacting with the currently set
GlobalTelemetryProvider
- Metrics are used to gain insight into the operational performance and health of a system in real time.
- Definitions of high level Telemetry Providers.