Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to handle 404, 405 http error code as permanent errors in OTLP exporter #5827

Closed
varunnayal opened this issue Aug 5, 2022 · 1 comment

Comments

@varunnayal
Copy link

Is your feature request related to a problem? Please describe.
Invalid resource path(404) and Invalid HTTP method(405) should not be retried from the OTLP exporter.

Describe the solution you'd like
To add StatusNotFound and StatusMethodNotAllowed in permanent error list.

@rahuldimri
Copy link
Contributor

@varunnayal can I work on this ?

rahuldimri added a commit to rahuldimri/opentelemetry-collector that referenced this issue Aug 5, 2022
bogdandrutu pushed a commit that referenced this issue Aug 5, 2022
 (#5829)

* Add support to handle 404 and 405 http error code in OTLP exporter #5827

* Add support to handle 404 and 405 http error code in OTLP exporter test update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants