github.com/go-graphite/carbonapi@v0.17.0/cmd/carbonapi/config_tests/001-no-listner.yaml (about) 1 prefix: "" 2 useCachingDNSResolver: false 3 cachingDNSRefreshTime: "1m" 4 expvar: 5 enabled: false 6 notFoundStatusCode: 200 7 concurency: 1000 8 cache: 9 type: "null" 10 cpus: 0 11 tz: "" 12 maxBatchSize: 100 13 graphite: 14 host: "" 15 idleConnections: 10 16 pidFile: "" 17 upstreams: 18 tldCacheDisabled: true 19 buckets: 10 20 slowLogThreshold: "1s" 21 timeouts: 22 find: "2s" 23 render: "10s" 24 connect: "200ms" 25 concurrencyLimitPerServer: 0 26 keepAliveInterval: "30s" 27 maxIdleConnsPerHost: 100 28 doMultipleRequestsIfSplit: false 29 #backends section will override this one! 30 backendsv2: 31 backends: 32 - 33 groupName: "group1" 34 protocol: "carbonapi_v3_pb" 35 lbMethod: "broadcast" 36 maxTries: 3 37 maxBatchSize: 100 38 keepAliveInterval: "10s" 39 concurrencyLimit: 0 40 maxIdleConnsPerHost: 1000 41 forceAttemptHTTP2: false 42 doMultipleRequestsIfSplit: false 43 servers: 44 - "http://127.0.0.2:8080" 45 graphite09compat: false 46 expireDelaySec: 10 47 logger: 48 - logger: "" 49 file: "stderr" 50 level: "debug" 51 encoding: "json" 52 encodingTime: "iso8601" 53 encodingDuration: "seconds" 54