Hello, I'm new to Prometheus and trying out Thanos. I'm coming from the InfluxDB / Telegraf world and I found a Template for Grafana, which is a fork, we use for InfluxDB. It is for Victoriametrics and uses in the Grafana template some functions, PromQL does not have.
One of them is: abs(ideriv)): On the side from VictoriaMetrics <https://victoriametrics.github.io/MetricsQL.html>() it means: "ideriv(m) - for calculating instant derivative for m." I have something like: abs(ideriv(quantile(0.5,net_bytes_recv{host =~ "$server",interface =~ "(vlan|eth|bond|ens).*"}) by (host,interface)))*8 Is there a way to get the same, so that I can search/replace this function ? cu denny -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/74d24101-1976-4ae8-aa28-8be919d274ebn%40googlegroups.com.

