You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 'query engine' component that can use that intermediate representation to normalize/filter/aggregate data, preferably taking advantage of the Arrow format central to this repository
The eventual vision is using this 'query engine' as a processor in an OTAP pipeline that can accept a variety of transform language inputs while sharing a single implementation internally to do the actual data manipulation.
The text was updated successfully, but these errors were encountered:
I see this query engine also as an opportunity to explore what OpenTelemetry calls the "Views" interface for SDKs. OpenTelemetry defines a Views mechanism for its Metrics SDK but not for its Spans/Logs SDK. 🚀
This issue tracks development in the Rust experimental folder regarding:
The eventual vision is using this 'query engine' as a processor in an OTAP pipeline that can accept a variety of transform language inputs while sharing a single implementation internally to do the actual data manipulation.
The text was updated successfully, but these errors were encountered: