Skip to content

Commit

Permalink
Update README.md (grafana#95)
Browse files Browse the repository at this point in the history
Closes grafana#93
  • Loading branch information
julienduchesne authored May 23, 2024
1 parent 3ad0f7e commit 657d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cfg := &goapi.TransportConfig{
RetryTimeout: 0,
// RetryStatusCodes contains the optional list of status codes to retry
// Use "x" as a wildcard for a single digit (default: [429, 5xx])
RetryStatusCodes: []string{"420, 5xx"},
RetryStatusCodes: []string{"420", "5xx"},
// HTTPHeaders contains an optional map of HTTP headers to add to each request
HTTPHeaders: map[string]string{},
}
Expand Down

0 comments on commit 657d101

Please sign in to comment.