Skip to content

Commit 0e39075

Browse files
authored
Merge pull request #1763 from cortexproject/add-back-qf-logging
Add back some logging on each request in query-frontend
2 parents 6707a17 + 6cd1412 commit 0e39075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/querier/queryrange/roundtrip.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (q roundTripper) RoundTrip(r *http.Request) (*http.Response, error) {
9797
if err != nil {
9898
return nil, err
9999
}
100+
request.LogToSpan(r.Context())
100101

101102
userid, err := user.ExtractOrgID(r.Context())
102103
if err != nil {

0 commit comments

Comments
 (0)