1 2 3 4 5 6 7 8 9
package collect import ( "context" "a.yandex-team.ru/library/go/core/metrics" ) type Func func(ctx context.Context, r metrics.Registry, c metrics.CollectPolicy)