github.com/go-graphite/carbonapi@v0.17.0/cmd/carbonapi/carbonapi.example.victoriametrics.yaml (about) 1 listen: "localhost:8081" 2 concurency: 1000 3 cache: 4 type: "mem" 5 size_mb: 0 6 defaultTimeoutSec: 60 7 memcachedServers: 8 - "127.0.0.1:1234" 9 - "127.0.0.2:1235" 10 cpus: 0 11 tz: "" 12 headersToPass: 13 - "X-Dashboard-Id" 14 - "X-Grafana-Org-Id" 15 - "X-Panel-Id" 16 #extractTagsFromArgs: false 17 functionsConfig: 18 graphiteWeb: ./graphiteWeb.example.yaml 19 maxBatchSize: 0 20 graphite: 21 host: "" 22 interval: "60s" 23 prefix: "carbon.api" 24 pattern: "{prefix}.{fqdn}" 25 idleConnections: 10 26 pidFile: "" 27 upstreams: 28 buckets: 10 29 30 timeouts: 31 find: "2s" 32 render: "10s" 33 connect: "200ms" 34 concurrencyLimitPerServer: 0 35 36 keepAliveInterval: "30s" 37 maxIdleConnsPerHost: 100 38 backendsv2: 39 backends: 40 - 41 groupName: "victoriametrics" 42 protocol: "victoriametrics" 43 lbMethod: "broadcast" 44 maxTries: 3 45 maxBatchSize: 0 46 keepAliveInterval: "10s" 47 concurrencyLimit: 0 48 maxIdleConnsPerHost: 1000 49 backendOptions: 50 step: "60" 51 start: "-5m" 52 max_points_per_query: 5000 53 probe_version_interval: "600s" 54 fallback_version: "v0.0.0" 55 force_min_step_interval: 0s 56 # vmClusterTenantID: "0" # use vmClisterTenantID for VM-cluster only 57 timeouts: 58 find: "2s" 59 render: "50s" 60 connect: "200ms" 61 servers: 62 - "http://127.0.0.1:8428" 63 graphite09compat: false 64 graphTemplates: graphTemplates.example.yaml 65 expireDelaySec: 10 66 logger: 67 - logger: "" 68 file: "stderr" 69 level: "debug" 70 encoding: "console" 71 encodingTime: "iso8601" 72 encodingDuration: "seconds" 73 - logger: "" 74 file: "carbonapi.log" 75 level: "info" 76 encoding: "json"