From: Dominic Date: Tue, 7 May 2019 23:26:24 +0000 (+0200) Subject: [dnsdist] Doc fix of carbonServer X-Git-Tag: rec-4.2.0-rc1~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7792%2Fhead;p=thirdparty%2Fpdns.git [dnsdist] Doc fix of carbonServer Adds missing parameter documentation --- diff --git a/pdns/dnsdistdist/docs/reference/carbon.rst b/pdns/dnsdistdist/docs/reference/carbon.rst index 1e3d49ac9f..2e0de6d283 100644 --- a/pdns/dnsdistdist/docs/reference/carbon.rst +++ b/pdns/dnsdistdist/docs/reference/carbon.rst @@ -1,11 +1,13 @@ Carbon export ============= -.. function:: carbonServer(serverIP [, ourname], [interval]) +.. function:: carbonServer(serverIP [, ourname[, interval[, namespace,[ instance]]]]) Exort statistics to a Carbon / Graphite / Metronome server. :param string serverIP: Indicates the IP address where the statistics should be sent :param string ourname: An optional string specifying the hostname that should be used :param int interval: An optional unsigned integer indicating the interval in seconds between exports + :param string namespace: An optional string specifying the namespace name that should be used + :param string instance: An optional string specifying the instance name that should be used