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§

Enums§

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).