Skip to content

Commit

Permalink
Better example config to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Sep 6, 2014
1 parent 2cd6a1c commit 5eff7e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ You can configure the following settings in your StatsD config file.

```js
{
graphitePort: 2003,
graphiteHost: "graphite.example.com",
port: 8125,
backends: [ "./backends/graphite", "statsd-influxdb-backend" ],

influxdb: {
host: '127.0.0.1', // InfluxDB host. (default 127.0.0.1)
port: 8086, // InfluxDB port. (default 8086)
Expand Down

0 comments on commit 5eff7e4

Please sign in to comment.