MCPcopy
hub / github.com/grafana/tempo / SetWeight

Method SetWeight

modules/frontend/pipeline/pipeline.go:78–80  ·  view source on GitHub ↗
(w int)

Source from the content-addressed store, hash-verified

76}
77
78func (r *HTTPRequest) SetWeight(w int) {
79 r.weight = w
80}
81
82func (r *HTTPRequest) CloneFromHTTPRequest(request *http.Request) Request {
83 return &HTTPRequest{

Callers 1

TestIngesterRequestsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIngesterRequestsFunction · 0.76