github.com/go-graphite/carbonapi@v0.17.0/cmd/carbonapi/graphiteWeb.example.yaml (about) 1 # to maintain backward compatibility, this function is disabled by default 2 enabled: false 3 # roundrobin will be used in case multiple URLs are specified 4 fallbackUrls: 5 - http://localhost:8081 6 - http://localhost:8080 7 # if enabled, function will also check if supported parameters are the same 8 strict: false 9 # specify max amount of connections per each instance of graphit-web 10 maxConcurrentConnections: 10 11 # specify request timeouts 12 timeout: "90s" 13 keepAliveInterval: "30s" 14 # Uncomment to make those functions force-proxied to graphite-web 15 # forceAdd: 16 # - "sumSeries" 17 # - "derivative" 18 19 # This will remove those functions from list of proxied ones 20 # This is example and also suggestion for functions to remove. 21 forceSkip: 22 - "aliasByTags" 23 - "seriesByTag" 24 - "groupByTags" 25 - "events"