2025-01-06 14:38:23 +08:00
|
|
|
port: 4400
|
|
|
|
n_hosts: 2
|
2025-01-10 14:58:23 +08:00
|
|
|
timeout: 30
|
2025-01-06 14:38:23 +08:00
|
|
|
|
|
|
|
# ConsensusConfig related parameters
|
|
|
|
security_param: 10
|
|
|
|
active_slot_coeff: 0.9
|
|
|
|
|
|
|
|
# DaConfig related parameters
|
|
|
|
subnetwork_size: 2
|
|
|
|
dispersal_factor: 2
|
|
|
|
num_samples: 1
|
|
|
|
num_subnets: 2
|
|
|
|
old_blobs_check_interval_secs: 5
|
|
|
|
blobs_validity_duration_secs: 60
|
|
|
|
global_params_path: "/kzgrs_test_params"
|
|
|
|
|
2025-01-10 15:55:01 +08:00
|
|
|
# Tracing
|
|
|
|
tracing_settings:
|
|
|
|
logger: Stdout
|
|
|
|
tracing: !Otlp
|
|
|
|
endpoint: http://tempo:4317/
|
|
|
|
sample_ratio: 0.5
|
|
|
|
service_name: node
|
|
|
|
filter: !EnvFilter
|
|
|
|
filters:
|
|
|
|
nomos: debug
|
|
|
|
metrics: !Otlp
|
|
|
|
endpoint: http://prometheus:9090/api/v1/otlp/v1/metrics
|
|
|
|
host_identifier: node
|
|
|
|
level: INFO
|