klieo-otel 3.3.0

OpenTelemetry tracing exporter for klieo agent runtimes.
Documentation

klieo-otel

OpenTelemetry tracing exporter for klieo agent runtimes.

Part of the klieo Rust agent framework.

Features

  • Single-call install() wires OTLP exporter and global tracer provider
  • Auto-traces all agent spans when combined with klieo's tracing integration
  • Compatible with any OTel-aware backend (Jaeger, Honeycomb, Grafana Tempo, etc.)

Usage

[dependencies]
klieo-otel = "3"
use klieo_otel::{install, OtelConfig};

let _guard = install(
    OtelConfig::new("my-agent")
        .endpoint("http://localhost:4317"),
)?;

Status

3.x — stable. See docs/SEMVER.md.

License

MIT — see LICENSE.