Crate spin_telemetry

Source

Modules§

Macros§

  • Records an increment to the named counter with the given attributes.
  • Adds an additional value to the distribution of the named histogram with the given attributes.
  • Records an increment to the named monotonic counter with the given attributes.

Structs§

  • An RAII implementation for connection to open telemetry services.

Functions§

  • Extracts the W3C TraceContext from the provided request and sets it as the parent of the current span.
  • Initializes telemetry for Spin using the tracing library.
  • Injects the current W3C TraceContext into the provided request.