frostfs-node/pkg/services/tree/metrics.go
Airat Arifullin 1e8e5296fb
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
[#371] ir: Add morph cache metrics
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
2023-06-07 11:02:11 +03:00

9 lines
304 B
Go

package tree
import "time"
type defaultMetricsRegister struct{}
func (defaultMetricsRegister) AddReplicateTaskDuration(time.Duration, bool) {}
func (defaultMetricsRegister) AddReplicateWaitDuration(time.Duration, bool) {}
func (defaultMetricsRegister) AddSyncDuration(time.Duration, bool) {}