Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Update Librato stanza in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jderrett committed Sep 24, 2015
1 parent 41c358b commit 20cf2df
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@ publishes stats to [Librato](https://metrics.librato.com).

## Configuration

You have to add the following basic configuration information to your
StatsD config file.
You will need to add the following to your StatsD config file.

```js
{
librato: {
email: "[email protected]",
token: "ca98e2bc23b1bfd0cbe9041e824f610491129bb952d52ca4ac22cf3eab5a1c32",
source: "unique-per-statsd-instance"
}
librato: {
email: "[email protected]",
token: "ca98e2bc23b1bfd0cbe9041e824f610491129bb952d52ca4ac22cf3eab5a1c32",
source: "unique-per-statsd-instance"
}
```

Expand Down

0 comments on commit 20cf2df

Please sign in to comment.