Module rama::telemetry::opentelemetry

Expand description

openelemetry module re-exports

This module re-exports the crates supported and used by rama for (open) telemetry, such that you can make use of it for custom metrics, registries and more.

Modules§

  • Primitives for sending name/value data across system boundaries.
  • Utilities for working with global telemetry primitives
  • OpenTelemetry Logs Bridge API
  • OpenTelemetry Metrics API
  • OpenTelemetry Propagator interface
  • Implements the SDK component of OpenTelemetry.
  • OpenTelemetry semantic conventions are agreed standardized naming patterns for OpenTelemetry things. This crate aims to be the centralized place to interact with these conventions.
  • API for tracing applications and libraries.

Structs§

Enums§

Traits§

  • Trait that can be used to implement your own attributes creator. It is used by layers as a starting point for attributes, and they will add their own attributes on top.
  • Marker trait for errors returned by exporters