thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
131 stars 52 forks source link

Emit warnings for mixed type aggregations #450

Closed fpetkovski closed 1 month ago

fpetkovski commented 1 month ago

The Prometheus engine emits warnings if some aggregations include mixed input types, floats and histograms, in the same step.

This commit adds the same functionality to the Thanos engine.