Skip to main content

Crate otelite_core

Crate otelite_core 

Source
Expand description

Otelite Core Library

This crate provides core functionality for the Otelite OpenTelemetry receiver, including telemetry data types for metrics, logs, and traces.

Re-exports§

pub use telemetry::format_attribute_preview;
pub use telemetry::format_attribute_value;
pub use telemetry::LogRecord;
pub use telemetry::Metric;
pub use telemetry::Resource;
pub use telemetry::Span;
pub use telemetry::Trace;

Modules§

agent_frameworks
Agent-framework attribute recognizers.
api
Shared API response types for Otelite
pricing
Model pricing data + cost computation.
query
Query parser for structured filter expressions
semconv
GenAI semantic-convention attribute vocabulary.
storage
Storage abstraction layer for otelite.
telemetry
Telemetry data types for OTLP signals