otelx

Crates.iootelx
lib.rsotelx
version0.0.1
created_at2025-03-20 22:45:24.606704+00
updated_at2025-03-20 22:45:24.606704+00
descriptionA minimal and unified interface for using OpenTelemetry and OpenTelemetry SDK in Rust.
homepagehttps://github.com/caffeidine/otelx
repositoryhttps://github.com/caffeidine/otelx
max_upload_size
id1599862
size33,752
Lucas JAHIER (ljahier)

documentation

README

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.

Commit count: 5

cargo fmt