summarylogtreecommitdiffstats
path: root/carbonapi.yaml
blob: cc661410168d787ab7d941ada3a6de5ba234c3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Listen address, should always include hostname or ip address and a port.
listen: "localhost:8081"

# Max concurrent requests to CarbonZipper
concurency: 10

cache:
   # Type of caching. Valid: "mem", "memcache", "null"
   type: "mem"

upstreams:
    backends:
        - "http://127.0.0.1:8080"