Comparing version 2.1.0 to 2.1.1
@@ -9,2 +9,5 @@ CHANGELOG | ||
## 2.1.1 (2015-12-9) | ||
* @bdeitte Doc updates | ||
## 2.1.0 (2015-12-9) | ||
@@ -11,0 +14,0 @@ * @mmoulton Add options.telegraf to enable support for Telegraf's StatsD line protocol format |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for statsd and DogStatsD", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Steve Ivy", | ||
@@ -14,3 +14,4 @@ "contributors": [ | ||
"datadog", | ||
"metrics" | ||
"metrics", | ||
"telegraf" | ||
], | ||
@@ -17,0 +18,0 @@ "repository": { |
# hot-shots | ||
A Node.js client for [Etsy](http://etsy.com)'s [StatsD](https://github.com/etsy/statsd) server that supports both Datadog's [DogStatsD](http://docs.datadoghq.com/guides/dogstatsd/) and [InfluxDB's](http://influxdb.com) [Telegraf](https://github.com/influxdb/telegraf) StatsD server. | ||
A Node.js client for [Etsy](http://etsy.com)'s [StatsD](https://github.com/etsy/statsd) server, Datadog's [DogStatsD](http://docs.datadoghq.com/guides/dogstatsd/) server, and [InfluxDB's](http://influxdb.com) [Telegraf](https://github.com/influxdb/telegraf) StatsD server. | ||
@@ -30,3 +30,3 @@ This project is a fork off of [node-statsd](https://github.com/sivy/node-statsd) | ||
* `bufferFlushInterval`: If buffering is in use, this is the time in ms to always flush any buffered metrics. `default: 1000` | ||
* `telegraf`: Use Telegraf's StatsD line protocol `default: false` | ||
* `telegraf`: Use Telegraf's StatsD line protocol, which is slightly different than the rest `default: false` | ||
@@ -114,11 +114,8 @@ All StatsD methods other than event have the same API: | ||
Some of the functionality mentioned above is specific to DogStatsD or Telegraf. They will not do anything if you are using the regular statsd client. | ||
* globalTags parameter | ||
* tags parameter | ||
* histogram method | ||
* globalTags parameter- DogStatsD or Telegraf | ||
* tags parameter- DogStatsD or Telegraf | ||
* telegraf parameter- Telegraf | ||
* histogram method- DogStatsD or Telegraf | ||
* event method- DogStatsD | ||
## DogStatsD functionality | ||
Some of the functionality mentioned above is specific to DogStatsD. They will not do anything if you are using the regular statsd client or Telegraf. | ||
* event method | ||
## Errors | ||
@@ -125,0 +122,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28438
151