otelx 0.0.1

A minimal and unified interface for using OpenTelemetry and OpenTelemetry SDK in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 33.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 233.9 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 32s Average build duration of successful builds.
  • all releases: 32s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • caffeidine/otelx
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ljahier

otelx

otelx is a crate designed to provide a unified and simplified interface for using OpenTelemetry and the OpenTelemetry SDK in Rust.

Features

  • Simple Initialization: A single function to configure OpenTelemetry with sensible defaults.
  • Basic Context Management: A minimal API to manage and propagate telemetry context.
  • Custom Exporter Interface: A trait that allows users to implement their own asynchronous exporters.

Getting Started

Add the following dependency to your Cargo.toml:

[dependencies]
otelx = "0.0.1"

For more details on the design and features, please refer to the specs.md file.