Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support pickle to graphite #528

Merged
merged 5 commits into from
Mar 28, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update example configuration with pickling goodness.
  • Loading branch information
aronatkins committed Jul 10, 2015
commit 9d2e0cdc330c2f5a4dbe6a6f06422d6b17236f3c
10 changes: 6 additions & 4 deletions exampleConfig.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*
Graphite Required Variables:
Graphite Required Variable:

(Leave these unset to avoid sending stats to Graphite.
Set debug flag and leave these unset to run in 'dry' debug mode -
(Leave this unset to avoid sending stats to Graphite.
Set debug flag and leave this unset to run in 'dry' debug mode -
useful for testing statsd clients without a Graphite server.)

graphiteHost: hostname or IP of Graphite server
graphitePort: port of Graphite server

Optional Variables:

graphitePort: port for the graphite text collector [default: 2003]
graphitePicklePort: port for the graphite pickle collector [default: 2004]
graphiteProtocol: either 'text' or 'pickle' [default: text]
backends: an array of backends to load. Each backend must exist
by name in the directory backends/. If not specified,
the default graphite backend will be loaded.
Expand Down