File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metric-endpoint = "local"
6
6
# Interval of storing internal metrics. Like CARBON_METRIC_INTERVAL
7
7
metric-interval = "1m0s"
8
8
# GOMAXPROCS
9
- max-cpu = 1
9
+ max-cpu = 10
10
10
11
11
[logging]
12
12
# "stderr", "stdout" can be used as file name
@@ -30,30 +30,30 @@ chunk-auto-interval = "5:5s,10:60s"
30
30
type = "points"
31
31
table = "graphite_data"
32
32
threads = 1
33
- url = "http://clickhouse:8123/"
34
- timeout = "2m0s "
33
+ url = "http://clickhouse:8123/?http_receive_timeout=3600&receive_timeout=3600&http_send_timeout=3600&send_timeout=3600 "
34
+ timeout = "4m0s "
35
35
36
36
[upload.graphite_reverse]
37
37
type = "points-reverse"
38
38
table = "graphite_reverse"
39
39
threads = 1
40
- url = "http://clickhouse:8123/"
41
- timeout = "2m0s "
40
+ url = "http://clickhouse:8123/?http_receive_timeout=3600&receive_timeout=3600&http_send_timeout=3600&send_timeout=3600 "
41
+ timeout = "4m0s "
42
42
43
43
[upload.graphite_index]
44
44
type = "index"
45
45
table = "graphite_index"
46
46
threads = 1
47
- url = "http://clickhouse:8123/"
48
- timeout = "2m0s "
47
+ url = "http://clickhouse:8123/?http_receive_timeout=3600&receive_timeout=3600&http_send_timeout=3600&send_timeout=3600 "
48
+ timeout = "4m0s "
49
49
cache-ttl = "12h0m0s"
50
50
51
51
[upload.graphite_tagged]
52
52
type = "tagged"
53
53
table = "graphite_tagged"
54
54
threads = 1
55
- url = "http://clickhouse:8123/"
56
- timeout = "2m0s "
55
+ url = "http://clickhouse:8123/?http_receive_timeout=3600&receive_timeout=3600&http_send_timeout=3600&send_timeout=3600 "
56
+ timeout = "4m0s "
57
57
cache-ttl = "12h0m0s"
58
58
59
59
[udp]
You can’t perform that action at this time.
0 commit comments