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 open-telemetry#5674 (open-telemetry#5685) * Add support to handle 402 and 413 http error code in Otlp exporter open-telemetry#5674 - added StatusRequestEntityTooLarge (413) and StatusPaymentRequired (402) as failure permanent * Add support to handle 402 and 413 http error code in Otlp exporter open-telemetry#5674 - added unit tests * Add support to handle 402 and 413 http error code in Otlp exporter open-telemetry#5674 - fixed code review comment * Add support to handle 402 and 413 http error code in Otlp exporter open-telemetry#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 open-telemetry#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 open-telemetry#5674 - change ifs to a switch statement * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter open-telemetry#5674 - fixed according to code review * Add support to handle 402, 413, 414, 431 http error code as permanent errors in OTLP exporter open-telemetry#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