From c77c2c3e9ede67d10c7a690c369cba1bb2855c29 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 10 Aug 2015 20:12:31 -0400 Subject: [PATCH] Add note about StatsD --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e968b56..c2f6b6d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ dogapi API Docs: http://brettlangdon.github.io/node-dogapi/ *note* `dogapi` has been updated to `v1.0.0` the api has changed quiet a bit please be sure to review the new api before upgrading. +## StatsD + +`dogapi` does not provide any functionality to talk to a local dogstatsd server. +This library is purely an interface to the HTTP api. + ## Installation **From NPM:**