Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. influxdb: {
  3. host: '127.0.0.1', // InfluxDB host (default 127.0.0.1)
  4. port: 8086, // InfluxDB port (default 8086)
  5. version: 1.0,
  6. database: 'statsd', // InfluxDB db instance (required)
  7. username: 'root', // InfluxDB db username (required)
  8. password: 'root', // InfluxDB db password (required)
  9. flush: {
  10. enable: true // enable regular flush strategy (default true)
  11. },
  12. proxy: {
  13. enable: false, // enable the proxy strategy (default false)
  14. suffix: 'raw', // metric name suffix (default 'raw')
  15. flushInterval: 1000
  16. }
  17. },
  18. port: 8125, // statsD port
  19. backends: ['./backends/console', 'statsd-influxdb-backend'],
  20. debug: true,
  21. legacyNamespace: false
  22. }
  23.  
  24. 13 Sep 18:58:52 - [influxdb] (DEBUG) Sending 1 different points via HTTP
  25. 13 Sep 18:58:52 - [influxdb] (DEBUG) Payload size 0.09 KB
  26. 13 Sep 18:58:52 - [influxdb] HTTP Error: 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement