# Logger section logger: level: debug # Minimum enabled logging level loki: enabled: true endpoint: "loki.frostfs.devenv:3100/api/prom/push" max_batch_delay: 1s max_batch_size: 200 # Profiler section pprof: enabled: true address: :6060 # Server address shutdown_timeout: 15s # Timeout for profiling HTTP server graceful shutdown # Application metrics section prometheus: enabled: true 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 rpc_endpoint: # Side chain NEO RPC endpoints - address: ws://morph-chain:30333/ws priority: 1 # Tree section tree: enabled: true # Storage engine configuration storage: shard: 0: writecache: enabled: true path: /storage/wc0 # Write-cache root directory metabase: path: /storage/meta0 # Path to the metabase blobstor: - type: blobovnicza path: /storage/blobovnicza0 # Blobovnicza root directory depth: 2 width: 4 - type: fstree path: /storage/fstree0 # FSTree root directory depth: 2 pilorama: path: /storage/pilorama0 # Path to the pilorama database 1: writecache: enabled: true path: /storage/wc1 # Write-cache root directory metabase: path: /storage/meta1 # Path to the metabase blobstor: - type: blobovnicza path: /storage/blobovnicza1 # Blobovnicza root directory depth: 2 width: 4 - type: fstree path: /storage/fstree1 # FSTree root directory depth: 2 pilorama: path: /storage/pilorama1 # Path to the pilorama database