-
Notifications
You must be signed in to change notification settings - Fork 385
Expand file tree
/
Copy pathstatic_config.yaml
More file actions
69 lines (58 loc) · 1.99 KB
/
static_config.yaml
File metadata and controls
69 lines (58 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
components_manager:
components:
handler-metrics-clickhouse:
path: /metrics/clickhouse
task_processor: main-task-processor
method: GET,DELETE,POST
clickhouse-database:
secdist_alias: clickhouse-database-alias
initial_pool_size: 5
max_pool_size: 10
queue_timeout: 1s
use_secure_connection: false
compression: lz4
secdist:
config: /etc/clickhouse_basic_chaos/secure_data.json
missing-ok: true
environment-secrets-key: SECDIST_CONFIG
testsuite-support:
http-client:
fs-task-processor: main-task-processor
tests-control:
method: POST
path: /tests/{action}
skip-unregistered-testpoints: true
task_processor: main-task-processor
testpoint-timeout: 10s
testpoint-url: $mockserver/testpoint
throttling_enabled: false
server:
listener:
port: 8187
task_processor: main-task-processor
listener-monitor:
port: $monitor-server-port
port#fallback: 8086
connection:
in_buffer_size: 32768
requests_queue_size_threshold: 100
task_processor: main-task-processor
logging:
fs-task-processor: fs-task-processor
loggers:
default:
file_path: '@stderr'
level: debug
overflow_behavior: discard
handler-server-monitor:
path: /service/monitor
method: GET
task_processor: main-task-processor
dns-client:
fs-task-processor: fs-task-processor
task_processors:
main-task-processor:
worker_threads: 4
fs-task-processor:
worker_threads: 4
default_task_processor: main-task-processor