1
0
mirror of synced 2025-01-10 15:56:03 +00:00
nomos-node/testnet/cfgsync.yaml
gusto a5243c6af2
Tracing: Otlp metrics (#909)
* Metrics layer configuration in nomos-tracing

* Add metrics layer to tracing service

* Use http/proto for prometheus

* Add metrics layer to integration tests

* Use metrics layer in cfgsync

* Plug metric in node and tests

* Remove old metrics

* Use otlp metrics in mempool
2024-11-07 04:25:20 +02:00

22 lines
475 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"
metrics_endpoint: "http://prometheus:9090/api/v1/otlp/v1/metrics"