From 6380f44e92d85d41240dcf2aaeab00e2ace7fb66 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 8 May 2019 01:26:24 +0200 Subject: [PATCH] [dnsdist] Doc fix of carbonServer Adds missing parameter documentation --- pdns/dnsdistdist/docs/reference/carbon.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/carbon.rst b/pdns/dnsdistdist/docs/reference/carbon.rst index 1e3d49ac9..2e0de6d28 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 -- 2.40.0