Closed pstibrany closed 8 months ago
Mixtool lint fails when alerts use functions for native histograms, like histogram_count or histogram_sum.
histogram_count
histogram_sum
could not parse expression: 2:5: parse error: unknown function with name "histogram_sum"
I think it's using the Prometheus codebase to do the parsing of the expressions so you need #164 for this
And #164 that depends on #165
Should be all fixed now!
Mixtool lint fails when alerts use functions for native histograms, like
histogram_count
orhistogram_sum
.