b

Size: a a a
b
b
b
vk
vk
VS
b
b
VS
b
[paths]
data = /home/xxx/var/grafana
logs = /home/xxx/var/grafana/log
plugins = plugins
[server]
protocol = http
http_addr = xxx
http_port = 3000
static_root_path = public
enable_gzip = true
[database]
type = sqlite3
path = grafana.db
[analytics]
reporting_enabled = false
[security]
admin_user = xxx
admin_password = xxx
secret_key = xxx
disable_gravatar = true
[dashboards.json]
enabled = false
path = /home/xxx/var/grafana/dashboards
b
b
E
b
E
b
listen: "10.10.10.10:9091"
concurency: 2000000
cache:
type: "mem"
size_mb: 100000
defaultTimeoutSec: 15
memcachedServers:
- "127.0.0.1:1234"
- "127.0.0.2:1235"
cpus: 2
tz: ""
sendGlobsAsIs: true
alwaysSendGlobsAsIs: true
maxBatchSize: 0
idleConnections: 100000
pidFile: ""
logger:
- logger: ""
file: "stderr"
level: "info"
encoding: "console"
encodingTime: "iso8601"
encodingDuration: "seconds"
- logger: ""
file: "/home/xxx/var/carbonapi/carbonapi.log"
level: "error"
encoding: "json"
- logger: "access"
file: "/home/xxx/var/carbonapi/carbonapi_access.log"
level: "info"
encoding: "json"
upstreams:
timeouts:
global: "60s"
afterStarted: "60s"
backends:
- "http://10.10.10.10:9090"
backendsv2:
backends:
- groupName: "mr"
protocol: "carbonapi_v3_pb"
servers:
- "http://10.10.10.10:9090"
tagdb:
url: "http://10.10.10.10:9090"
s
E
b
VS