Skip to content

Commit

Permalink
Updated documentation to point to hot-shots, added .gitignore for thi…
Browse files Browse the repository at this point in the history
…ngs from package testing.
  • Loading branch information
jeremy-j-ackso committed Mar 1, 2019
1 parent 0d09904 commit 4fd4b8f
Show file tree
Hide file tree
Showing 3 changed files with 2,634 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.swp
*.log
node_modules
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StatsD Connector for Node Application Metrics

A connector that collects data using 'appmetrics' and sends it to a configured StatsD server using 'node-statsd'.
A connector that collects data using `appmetrics` and sends it to a configured StatsD server using [`hot-shots`](https://github.com/brightcove/hot-shots), a fork of `node-statsd`.

## Getting Started

Expand Down Expand Up @@ -31,6 +31,10 @@ statsd.gauge('gauge', 10.4);

The connector sends the following data values to StatsD from Node Application Metrics:

#### `hot-shots`
The `hot-shots` package provides all of the base `statsd` functionality for the below, and
also includes additional functionality for users of Datadog and Telegraf. See the
[`hot-shots`](https://github.com/brightcove/hot-shots) documentation for more details.

#### CPU
**Gauges**
Expand Down
Loading

0 comments on commit 4fd4b8f

Please sign in to comment.