thanos-io / promql-engine

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

Fix marshaling of +Inf/-Inf values #459

Closed fpetkovski closed 1 month ago

fpetkovski commented 1 month ago

Marshaling of these values currently fails since the default json marshaler does not have support for them.