fix: change config file to match upcoming changes from Nomos repo

This commit is contained in:
Roman 2025-01-10 15:55:01 +08:00
parent 895d066b38
commit c7a956acbb
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -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