[dnsdist] dnsdist metrics

Nicolas Baumgarten nicomail at gmail.com
Tue May 5 17:58:53 UTC 2020


If you are using graphite/grafana you should use perSecond()
there are a couple of dashboards available for grafana ...
write if need help


On Tue, May 5, 2020 at 12:17 PM Winfried Angele via dnsdist <
dnsdist at mailman.powerdns.com> wrote:

> 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
> _______________________________________________
> dnsdist mailing list
> dnsdist at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/dnsdist
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/dnsdist/attachments/20200505/be1938ca/attachment.htm>


More information about the dnsdist mailing list