[dnsdist] dnsdist metrics
Winfried Angele
abang at t-ipnet.net
Tue May 5 15:17:12 UTC 2020
Hi Simone,
> Is there a way to get QPS and/or metrics per seconds? Or I have to
> manipulate data (how?)?
We use the non-negative-derivative "transformation" in InfluxQL:
https://docs.influxdata.com/influxdb/v1.8/query_language/functions/#non-negative-derivative
Something like:
SELECT non_negative_derivative(max("queries"), 1s) FROM "dnsdist" WHERE
$timeFilter GROUP BY time($__interval)
Winfried
More information about the dnsdist
mailing list