Skip to content

Commit

Permalink
Fix syntax after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Dec 13, 2023
1 parent 5fcf772 commit faf449f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/receive/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,7 @@ func (h *Handler) fanoutForward(ctx context.Context, params remoteWriteParams) e
if id, ok := middleware.RequestIDFromContext(ctx); ok {
logTags = append(logTags, "request-id", id)
}
requestLogger = log.With(h.logger, logTags...)

requestLogger := log.With(h.logger, logTags...)

localWrites, remoteWrites, err := h.distributeTimeseriesToReplicas(params.tenant, params.replicas, params.writeRequest.Timeseries)
if err != nil {
Expand Down

0 comments on commit faf449f

Please sign in to comment.