Created
April 10, 2017 14:53
-
-
Save arcolife/9b9999ec7bf466c1a6f5ebaece510210 to your computer and use it in GitHub Desktop.
statsd /etc config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| graphitePort: 2003 | |
| , graphiteHost: "localhost" | |
| , port: 8125 | |
| , graphite: { | |
| legacyNamespace: false | |
| } | |
| , deleteIdleStats: true | |
| , backends: [ "./backends/graphite" ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment