open-telemetry / opentelemetry-cpp

The OpenTelemetry C++ Client
https://opentelemetry.io/
Apache License 2.0
811 stars 391 forks source link

[EXPORTER] All 2xx return codes should be considered successful. #2712

Closed owent closed 1 week ago

owent commented 1 week ago

Fixes #2632

Changes

According to https://datatracker.ietf.org/doc/html/rfc7231#page-47 . All 2xx return codes should be considered successful.

For significant contributions please make sure you have completed the following items: