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

  • 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