Expand description
OTel-aware aggregate transform.
Implements windowed aggregations for OpenTelemetry metrics using DuckDB. Supports count, histogram, summary, and exponential histogram aggregations.
Re-exports§
pub use otel_schema::OtelSchema;pub use sql_template::SqlTemplate;pub use task::OtelAggregateTask;
Modules§
- otel_
schema - OTel schema mapping for aggregation transforms.
- sql_
template - SQL template generation for OTel aggregation types.
- task
- OTel aggregate transform task.