diff --git a/services/storage/cfg/config.yml b/services/storage/cfg/config.yml index 49b587f..fa50f4e 100644 --- a/services/storage/cfg/config.yml +++ b/services/storage/cfg/config.yml @@ -14,6 +14,12 @@ prometheus: address: :9090 # Server address shutdown_timeout: 15s # Timeout for metrics HTTP server graceful shutdown + # Application tracing section +tracing: + enabled: true + exporter: otlp_grpc + endpoint: "jaeger.frostfs.devenv:4317" + # Morph section morph: dial_timeout: 30s # Timeout for side chain NEO RPC client connection