Skip to content

Commit

Permalink
Update cmd/client/main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Kochie <[email protected]>

Co-authored-by: Daniel Swarbrick <[email protected]>
Signed-off-by: Ben Kochie <[email protected]>
  • Loading branch information
SuperQ and dswarbrick authored Oct 21, 2024
1 parent 7db0369 commit 35ae3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Coordinator struct {
}

func (c *Coordinator) handleErr(request *http.Request, client *http.Client, err error) {
c.logger.Error("coordinator error", "error", err)
c.logger.Error("Coordinator error", "error", err)
scrapeErrorCounter.Inc()
resp := &http.Response{
StatusCode: http.StatusInternalServerError,
Expand Down

0 comments on commit 35ae3bf

Please sign in to comment.