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

config: support HeadersList #6657

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mattsains
Copy link
Contributor

@mattsains mattsains commented Jan 21, 2025

Fixes #6351

@mattsains mattsains requested review from pellared and a team as code owners January 21, 2025 20:04
@github-actions github-actions bot requested a review from codeboten January 21, 2025 20:05
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.1%. Comparing base (130846a) to head (b2e073c).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6657   +/-   ##
=====================================
  Coverage   73.0%   73.1%           
=====================================
  Files        189     189           
  Lines      15773   15807   +34     
=====================================
+ Hits       11525   11556   +31     
- Misses      3916    3918    +2     
- Partials     332     333    +1     
Files with missing lines Coverage Δ
config/v0.3.0/config.go 89.6% <100.0%> (+1.1%) ⬆️
config/v0.3.0/log.go 95.5% <100.0%> (+0.2%) ⬆️
config/v0.3.0/metric.go 89.2% <100.0%> (+0.2%) ⬆️
config/v0.3.0/trace.go 97.4% <100.0%> (+0.1%) ⬆️

... and 2 files with indirect coverage changes

@pellared
Copy link
Member

@codeboten, PTAL as a codeowner

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

Successfully merging this pull request may close these issues.

otlpHTTPLogExporter, otlpGRPCLogExporter, etc do not support fields like OTLP.Certificate
3 participants