Skip to main content

Module otel_aggregate

Module otel_aggregate 

Source
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.