]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.api/test_helper.py
recursor webhandler for prometheus metrics
authorGreg Cockroft <greg@quad9.net>
Fri, 26 Apr 2019 13:33:25 +0000 (09:33 -0400)
committerGreg Cockroft <greg@quad9.net>
Mon, 6 May 2019 16:40:19 +0000 (12:40 -0400)
commit8b4030fb89c7c38c1ff9983dd84b54d225886456
tree3b68c0395f2fe599dfba815411a30f506192857e
parentf1be1538addf144da87bc48223ac196b3a5f0b2b
recursor webhandler for prometheus metrics

A new url “/metrics” to the webserver of the precursor. Generates
prometheus format statistics. Served by a webhandler and will honor api
blacklisting of stats.
pdns/recursordist/Makefile.am
pdns/recursordist/docs/http-api/index.rst
pdns/recursordist/docs/http-api/prometheus.rst [new file with mode: 0644]
pdns/recursordist/rec_metrics.hh [new file with mode: 0644]
pdns/ws-recursor.cc
regression-tests.api/test_Servers.py
regression-tests.api/test_helper.py