Q: In the past (before the DOT_METRICS_CONVERSION)...
# support
m
Q: In the past (before the DOT_METRICS_CONVERSION) we had quite a lot of PromQL queries on our visualisation panels that made it possible to do advanced queries eg:
sgn(sum(increase(publishTimer_count{status="failed"}[90s])) by (customer))
Now these don't work anymore due to
publishTimer_count
being
publishTimer.count
Is there any way we can still get these to work?
s
m
how would you translate
sgn(sum(increase(publishTimer_count{status="failed"}[90s])) by (customer))
to the new format then? 🤔