type go.uber.org/zap/zapcore.SamplerOption

3 uses

	go.uber.org/zap/zapcore (current package)
		sampler.go#L102: type SamplerOption interface {
		sampler.go#L121: func SamplerHook(hook func(entry Entry, dec SamplingDecision)) SamplerOption {
		sampler.go#L152: func NewSamplerWithOptions(core Core, tick time.Duration, first, thereafter int, opts ...SamplerOption) Core {