by jrv on 12/1/20, 5:46 PM with 12 comments
by shitloadofbooks on 12/1/20, 11:50 PM
This summary makes it seem like Victoria Metrics is barely compatible with Prometheus, but that can't be further from the truth in practice.
by pointestimate on 12/2/20, 7:14 PM
How do you include that in a CI/CD environment with regression testing?
by benraskin92 on 12/1/20, 6:33 PM
by valyala on 12/2/20, 6:35 PM
These tests are great, because they spotted a few minor bugs in our PromQL implementation and these bugs were fixed quickly. See https://victoriametrics.github.io/CHANGELOG.html .
The majority of failed tests for VictoriaMetrics cannot be "fixed" due to deliberate choice made when designing MetricsQL: to rethink and to fix the most annoying and confusing parts of PromQL, while providing drop-in PromQL replacement for the majority of practical cases. See more details at https://victoriametrics.github.io/MetricsQL.html .