Home
last modified time | relevance | path

Searched refs:DistributorPushWrapper (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/api/
H A Dapi.go43 type DistributorPushWrapper func(next push.Func) push.Func type
59 DistributorPushWrapper DistributorPushWrapper `yaml:"-"` member
82 if cfg.DistributorPushWrapper != nil {
83 return cfg.DistributorPushWrapper(d.Push)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/api/
H A Dapi.go43 type DistributorPushWrapper func(next push.Func) push.Func type
59 DistributorPushWrapper DistributorPushWrapper `yaml:"-"` member
82 if cfg.DistributorPushWrapper != nil {
83 return cfg.DistributorPushWrapper(d.Push)