mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-08 16:13:07 +00:00
fix: change config file to match upcoming changes from Nomos repo
This commit is contained in:
parent
895d066b38
commit
c7a956acbb
@ -15,9 +15,17 @@ old_blobs_check_interval_secs: 5
|
|||||||
blobs_validity_duration_secs: 60
|
blobs_validity_duration_secs: 60
|
||||||
global_params_path: "/kzgrs_test_params"
|
global_params_path: "/kzgrs_test_params"
|
||||||
|
|
||||||
# Tracing params
|
# Tracing
|
||||||
tempo_endpoint: "http://tempo:4317"
|
tracing_settings:
|
||||||
loki_endpoint: "http://loki:3100"
|
logger: Stdout
|
||||||
metrics_endpoint: "http://prometheus:9090/api/v1/otlp/v1/metrics"
|
tracing: !Otlp
|
||||||
log_output: "Stdout"
|
endpoint: http://tempo:4317/
|
||||||
log_level: "INFO"
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user