##http://docs.datadoghq.com/libraries/
from datadog import initialize, statsd options = { 'statsd_host': <ipaddress of agent>, 'statsd_port': 8125 } statsd.gauge(metricname, value, tags)
Back to the Agenda