Skip to content

- Introduced WithMaxRequestSize option for OTLP exporters to set a li…

27f503a
Select commit
Loading
Failed to load commit list.
Merged

Add MaxRequestSize option to OTLP exporters #8157

- Introduced WithMaxRequestSize option for OTLP exporters to set a li…
27f503a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 23, 2026 in 1s

82.9% (+0.0%) compared to 760898d

View this Pull Request on Codecov

82.9% (+0.0%) compared to 760898d

Details

Codecov Report

❌ Patch coverage is 98.52941% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.9%. Comparing base (760898d) to head (27f503a).

Files with missing lines Patch % Lines
exporters/otlp/otlplog/otlploghttp/client.go 80.0% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #8157   +/-   ##
=====================================
  Coverage   82.8%   82.9%           
=====================================
  Files        314     314           
  Lines      24828   24896   +68     
=====================================
+ Hits       20575   20643   +68     
  Misses      3880    3880           
  Partials     373     373           
Files with missing lines Coverage Δ
exporters/otlp/otlplog/otlploggrpc/client.go 95.7% <100.0%> (+1.7%) ⬆️
exporters/otlp/otlplog/otlploggrpc/config.go 92.8% <100.0%> (+0.2%) ⬆️
exporters/otlp/otlplog/otlploghttp/config.go 94.2% <100.0%> (+0.1%) ⬆️
exporters/otlp/otlpmetric/otlpmetricgrpc/client.go 92.7% <100.0%> (+0.2%) ⬆️
exporters/otlp/otlpmetric/otlpmetricgrpc/config.go 45.6% <100.0%> (+1.9%) ⬆️
...tlpmetric/otlpmetricgrpc/internal/oconf/options.go 90.2% <100.0%> (+0.4%) ⬆️
exporters/otlp/otlpmetric/otlpmetrichttp/client.go 87.1% <100.0%> (+0.2%) ⬆️
exporters/otlp/otlpmetric/otlpmetrichttp/config.go 88.5% <100.0%> (+0.6%) ⬆️
...tlpmetric/otlpmetrichttp/internal/oconf/options.go 93.2% <100.0%> (+0.2%) ⬆️
exporters/otlp/otlptrace/otlptracegrpc/client.go 91.2% <100.0%> (+0.2%) ⬆️
... and 6 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.