aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/core/metrics/collect/collect.go
blob: 3abbbcdfa9d53d3c54f32a09356bbe76d829dd9b (plain) (blame)
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)