Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions misc/performance/snapshotter_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ log_rotation_max_size = 100
[metrics]
# Enable by assigning an address, empty indicates metrics server is disabled
address = ":9110"
# The maximum duration an I/O operation can be pending before it's considered hung.
hung_io_interval = "30s"
# The interval at which metrics are collected and updated.
collect_interval = "1m"

[remote]
convert_vpc_registry = false
Expand Down
Loading