Skip to content

Commit

Permalink
removing the redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Raveesh <crsandy@gmail.com>
  • Loading branch information
crsandeep committed Aug 21, 2021
1 parent ca85e6d commit bdb68cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/queryfrontend/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package queryfrontend

import (
"github.com/thanos-io/thanos/vendor/github.com/opentracing/opentracing-go"
"time"

"github.com/cortexproject/cortex/pkg/querier/queryrange"
Expand Down Expand Up @@ -144,7 +145,6 @@ func (r *ThanosLabelsRequest) LogToSpan(sp opentracing.Span) {
otlog.String("start", timestamp.Time(r.GetStart()).String()),
otlog.String("end", timestamp.Time(r.GetEnd()).String()),
otlog.Bool("partial_response", r.PartialResponse),
otlog.String("label", r.Label),
otlog.Object("matchers", r.Matchers),
otlog.Object("storeMatchers", r.StoreMatchers),
}
Expand Down

0 comments on commit bdb68cc

Please sign in to comment.