Skip to content

Commit

Permalink
Increase carbon-clickhouse upload timeout for huge data
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Nov 3, 2024
1 parent 531674b commit 06fd09d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions carbon-clickhouse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@ type = "points"
table = "graphite_data"
threads = 1
url = "http://clickhouse:8123/"
timeout = "1m0s"
timeout = "2m0s"

[upload.graphite_reverse]
type = "points-reverse"
table = "graphite_reverse"
threads = 1
url = "http://clickhouse:8123/"
timeout = "1m0s"
timeout = "2m0s"

[upload.graphite_index]
type = "index"
table = "graphite_index"
threads = 1
url = "http://clickhouse:8123/"
timeout = "1m0s"
timeout = "2m0s"
cache-ttl = "12h0m0s"

[upload.graphite_tagged]
type = "tagged"
table = "graphite_tagged"
threads = 1
url = "http://clickhouse:8123/"
timeout = "1m0s"
timeout = "2m0s"
cache-ttl = "12h0m0s"

[udp]
Expand Down

0 comments on commit 06fd09d

Please sign in to comment.