]> granicus.if.org Git - pdns/commitdiff
[dnsdist] Doc fix of carbonServer
authorDominic <dol@cyon.ch>
Tue, 7 May 2019 23:26:24 +0000 (01:26 +0200)
committerGitHub <noreply@github.com>
Tue, 7 May 2019 23:26:24 +0000 (01:26 +0200)
Adds missing parameter documentation

pdns/dnsdistdist/docs/reference/carbon.rst

index 1e3d49ac9ff06315033a0a43328b68b51adb366d..2e0de6d283d07dce44863e146a26142a678734a6 100644 (file)
@@ -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