[#17] storage: Enable tracing
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
11ff8a81cc
commit
c7b4a8eb01
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ prometheus:
|
||||||
address: :9090 # Server address
|
address: :9090 # Server address
|
||||||
shutdown_timeout: 15s # Timeout for metrics HTTP server graceful shutdown
|
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 section
|
||||||
morph:
|
morph:
|
||||||
dial_timeout: 30s # Timeout for side chain NEO RPC client connection
|
dial_timeout: 30s # Timeout for side chain NEO RPC client connection
|
||||||
|
|
Loading…
Reference in a new issue