aether-telemetry 0.1.2

OpenTelemetry support for Aether GenAI calls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod content_capture;
mod content_json;
pub mod error;
mod gen_ai_metrics;
mod genai_constants;
mod llm_call_state;
mod otel_observer;
mod span_guard;
mod telemetry_runtime;

pub use error::{TelemetryInitError, TelemetryShutdownError};
pub use gen_ai_metrics::GenAiMetrics;
pub use genai_constants::{GENAI_SEMCONV_SCHEMA_URL, genai_instrumentation_scope};
pub use otel_observer::{OtelInstrumentation, OtelObserver};
pub use telemetry_runtime::{TelemetryConfig, TelemetryRuntime};