github.com/go-graphite/carbonapi@v0.17.0/cmd/mockbackend/testcases/i506/carbonapi.yaml (about)

     1  listen: "127.0.0.1:8081"
     2  concurency: 50
     3  cache:
     4     # Type of caching. Valid: "mem", "memcache", "null"
     5     type: "mem"
     6     size_mb: 1024
     7     defaultTimeoutSec: 60
     8  cpus: 8
     9  tz: ""
    10  sendGlobsAsIs: false
    11  maxBatchSize: 2000
    12  graphite:
    13      # Host:port where to send internal metrics
    14      # Empty = disabled
    15      host: ""
    16  idleConnections: 100
    17  pidFile: ""
    18  notFoundStatusCode: 200
    19  upstreams:
    20      buckets: 10
    21      timeouts:
    22          find: "15s"
    23          render: "50s"
    24          connect: "200ms"
    25      keepAliveInterval: "30s"
    26      maxIdleConnsPerHost: 100
    27      backends:
    28          - "http://127.0.0.1:9070"
    29  graphite09compat: false
    30  expireDelaySec: 10
    31  logger:
    32      - logger: ""
    33        file: "stderr"
    34        encoding: "json"
    35        encodingTime: "iso8601"
    36        encodingDuration: "seconds"