938bcd7926
* tmp grafana stack * Testnet configure otlp tracing * tmp: Configurable loki and tempo in cfgsync * Rename nomos-log to nomos-tracing-service * nomos-tracing crate for tracing layer creation * Use multiple layers in nomos-tracing-service * Tracing in tests and testnet * Tempo volume instead of local host dir
21 lines
409 B
YAML
21 lines
409 B
YAML
port: 4400
|
|
n_hosts: 4
|
|
timeout: 10
|
|
|
|
# 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"
|
|
|
|
# Tracing params
|
|
tempo_endpoint: "http://tempo:4317"
|
|
loki_endpoint: "http://loki:3100"
|