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

support url-encoded OTEL_EXPORTER_OTLP_HEADERS values #1242

Merged
merged 3 commits into from
Feb 28, 2024

RFC3986 decode

b592c58
Select commit
Loading
Failed to load commit list.
Merged

support url-encoded OTEL_EXPORTER_OTLP_HEADERS values #1242

RFC3986 decode
b592c58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2024 in 0s

83.08% (-0.02%) compared to b20c45d, passed because coverage increased by +0.02% when compared to adjusted base (83.05%)

View this Pull Request on Codecov

83.08% (-0.02%) compared to b20c45d, passed because coverage increased by +0.02% when compared to adjusted base (83.05%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.08%. Comparing base (b20c45d) to head (b592c58).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1242      +/-   ##
============================================
- Coverage     83.09%   83.08%   -0.02%     
+ Complexity     2275     2273       -2     
============================================
  Files           285      285              
  Lines          6460     6455       -5     
============================================
- Hits           5368     5363       -5     
  Misses         1092     1092              
Files Coverage Δ
src/Contrib/Otlp/LogsExporterFactory.php 100.00% <100.00%> (ø)
src/Contrib/Otlp/MetricExporterFactory.php 97.61% <100.00%> (-0.16%) ⬇️
src/Contrib/Otlp/OtlpUtil.php 73.68% <100.00%> (+12.14%) ⬆️
src/Contrib/Otlp/SpanExporterFactory.php 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b20c45d...b592c58. Read the comment docs.