Home
last modified time | relevance | path

Searched defs:SourceIPExtractor (Results 1 – 5 of 5) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/weaveworks/common/middleware/
H A Dsource_ips.go30 type SourceIPExtractor struct { struct
32 header string
35 regex *regexp.Regexp
70 func (sips SourceIPExtractor) Get(req *http.Request) string {
93 func (sips SourceIPExtractor) getIP(r *http.Request) string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/weaveworks/common/middleware/
H A Dsource_ips.go30 type SourceIPExtractor struct { struct
32 header string
35 regex *regexp.Regexp
70 func (sips SourceIPExtractor) Get(req *http.Request) string {
93 func (sips SourceIPExtractor) getIP(r *http.Request) string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/common/middleware/
H A Dsource_ips.go30 type SourceIPExtractor struct { struct
32 header string
35 regex *regexp.Regexp
70 func (sips SourceIPExtractor) Get(req *http.Request) string {
93 func (sips SourceIPExtractor) getIP(r *http.Request) string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/util/push/
H A Dpush.go20 func Handler(maxRecvMsgSize int, sourceIPs *middleware.SourceIPExtractor, push Func) http.Handler {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/util/push/
H A Dpush.go20 func Handler(maxRecvMsgSize int, sourceIPs *middleware.SourceIPExtractor, push Func) http.Handler {