Advertisement
Proff_Ust

carbonapi.yml

Mar 25th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. listen: ":8080"
  2. concurency: 20
  3. cache:
  4. type: "mem"
  5. size_mb: 1000
  6. defaultTimeoutSec: 360
  7. cpus: 0
  8. tz: ""
  9. graphite:
  10. host: ""
  11. interval: "60s"
  12. prefix: "carbon.agents"
  13. pattern: "{prefix}.{fqdn}"
  14. idleConnections: 10
  15. pidFile: ""
  16. upstreams:
  17. buckets: 10
  18. timeouts:
  19. find: "60s"
  20. render: "300s"
  21. connect: "200ms"
  22. concurrencyLimitPerServer: 0
  23. keepAliveInterval: "30s"
  24. maxIdleConnsPerHost: 100
  25. backendsv2:
  26. backends:
  27. -
  28. groupName: "graphite-clickhouse"
  29. protocol: "carbonapi_v2_pb"
  30. lbMethod: "rr"
  31. maxTries: 3
  32. maxBatchSize: 0
  33. keepAliveInterval: "10s"
  34. concurrencyLimit: 0
  35. maxIdleConnsPerHost: 1000
  36. timeouts:
  37. find: "60s"
  38. render: "300s"
  39. connect: "200ms"
  40. servers:
  41. - "http://graphite-clickhouse-new:9090"
  42. graphite09compat: false
  43. expireDelaySec: 10
  44. logger:
  45. - logger: ""
  46. file: "stdout"
  47. level: "debug"
  48. encoding: "console"
  49. encodingTime: "iso8601"
  50. encodingDuration: "seconds"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement