mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +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
|
||||
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"
|
||||
log_output: "Stdout"
|
||||
log_level: "INFO"
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user