Skip to content

Commit

Permalink
Merge pull request #1 from OMGWINNING/add-repeater
Browse files Browse the repository at this point in the history
add repeater for statsd_exporter
  • Loading branch information
dtia authored Dec 14, 2023
2 parents 7c07eec + f9f9bf9 commit 3eff1f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions exampleConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ Optional Variables:
changes. The default is true. Set this to false to disable.
*/
{
graphitePort: 2003
, graphiteHost: "graphite.example.com"
, port: 8125
, backends: [ "./backends/graphite" ]
// Enable these for debugging
// debug: true,
// dumpMessages: true,
backends: ["./backends/repeater"],
repeater: [{ host: 'localhost', port: 9125 }]
}

0 comments on commit 3eff1f2

Please sign in to comment.