Carbon export

carbonServer(
    serverIP[, ourname[, interval[, namespace, [instance]]]]
)

Export statistics to a Carbon / Graphite / Metronome server.

Parameters:
  • serverIP (string) – Indicates the IP address where the statistics should be sent

  • ourname (string) – An optional string specifying the hostname that should be used. While allowed, the use of dots in the hostname is not advised. Please consider using the namespace parameter to influence the metric hierarchy instead.

  • interval (int) – An optional unsigned integer indicating the interval in seconds between exports

  • namespace (string) – An optional string specifying the namespace name that should be used

  • instance (string) – An optional string specifying the instance name that should be used