Module aws_smithy_observability::attributes
source · Expand description
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.
Structs§
- Structured telemetry metadata.
Enums§
- The valid types of values accepted by Attributes.
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).