-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to handle 402, 413, 414, 431 http error code as permanent…
… errors in OTLP exporter #5674 (#5685) * Add support to handle 402 and 413 http error code in Otlp exporter #5674 - added StatusRequestEntityTooLarge (413) and StatusPaymentRequired (402) as failure permanent * Add support to handle 402 and 413 http error code in Otlp exporter #5674 - added unit tests * Add support to handle 402 and 413 http error code in Otlp exporter #5674 - fixed code review comment * Add support to handle 402 and 413 http error code in Otlp exporter #5674 - added an entry in CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Juraci Paixão Kröhling <[email protected]> * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter #5674 - added 414 and 431 as permanent errors * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter #5674 - change ifs to a switch statement * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter #5674 - fixed according to code review * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter #5674 - fixed build-and-test golangci-lint run * Creates a signed commit Co-authored-by: Juraci Paixão Kröhling <[email protected]>
- Loading branch information
1 parent
4395697
commit c769779
Showing
3 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters