In this post, we will see how to resolve VictoriaMetrics return different results from sum query and value counted from samples Question: I have metric from Grafana Loki named logs_bytes_over_time and have two labels: interval – define average value for ...
Question: uplot is used to dislay timeseries data from VictoriaMetrics database. For the backend Node-Red is used to forward and recieve the query with node-red-contrib-uibuilder. It works basically and is very fast. The problem is, when I try to zoom ...
Question: I have defined a recording rule for a Prometheus expression. Rule – rule:my_recording_rule Expression – sum by(foo) (increase(some_metric{}[4w])) That recording rule contains data every 15 seconds. So if we take 1 minute there are 4 data points recorded. I ...