Skip to content

caffeidine/otelx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published