nima nikoonazar
nima nikoonazar
Hello, I hope you are well Thank you for helping to open source and build this project for the .NET community Out of curiosity, I browsed through the code in...
Add support for limiting maximum retry attempts in `TryGetRetryResult` While reviewing the retry mechanism implemented in `TryGetRetryResult`, I came across the following TODO: ```csharp // TODO: Consider introducing a fixed...
### Package OpenTelemetry.Exporter.OpenTelemetryProtocol ### Is your feature request related to a problem? --- **Title:** Optimize Header Parsing Performance Using `Span` in `OtlpExporterOptionsExtensions.cs` **Description:** In the `OtlpExporterOptionsExtensions.cs` file, the header parsing...
While reviewing the code in this repository, I noticed a few areas that could be optimized for efficiency. I decided to make some changes to how the models are loaded...
Closes #6282 ## Description This pull request addresses the `// TODO` comment in the `OtlpRetry` helper and resolves the issue of potentially indefinite retries in the OTLP exporter. It introduces...