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

exporters/autoexport: add support for comma-separated values for OTEL_{METRICS,TRACES,LOGS}_EXPORTER #5830

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

Merge branch 'main' into f-rework-autoexport

aaf4d78
Select commit
Loading
Failed to load commit list.
Open

exporters/autoexport: add support for comma-separated values for OTEL_{METRICS,TRACES,LOGS}_EXPORTER #5830

Merge branch 'main' into f-rework-autoexport
aaf4d78
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

65.7% (+0.0%) compared to d0309dd

View this Pull Request on Codecov

65.7% (+0.0%) compared to d0309dd

Details

Codecov Report

Attention: Patch coverage is 83.54430% with 13 lines in your changes missing coverage. Please review.

Project coverage is 65.7%. Comparing base (d0309dd) to head (aaf4d78).

Files Patch % Lines
exporters/autoexport/logs.go 57.1% 5 Missing and 1 partial ⚠️
exporters/autoexport/metrics.go 76.9% 2 Missing and 1 partial ⚠️
exporters/autoexport/spans.go 81.8% 2 Missing ⚠️
exporters/autoexport/utils/env/env.go 83.3% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #5830   +/-   ##
=====================================
  Coverage   65.6%   65.7%           
=====================================
  Files        204     206    +2     
  Lines      12974   13027   +53     
=====================================
+ Hits        8522    8565   +43     
- Misses      4198    4205    +7     
- Partials     254     257    +3     
Files Coverage Δ
exporters/autoexport/factory.go 100.0% <100.0%> (ø)
exporters/autoexport/registry.go 100.0% <100.0%> (ø)
exporters/autoexport/signal.go 100.0% <100.0%> (ø)
exporters/autoexport/spans.go 93.5% <81.8%> (+1.2%) ⬆️
exporters/autoexport/utils/env/env.go 83.3% <83.3%> (ø)
exporters/autoexport/metrics.go 78.6% <76.9%> (-0.3%) ⬇️
exporters/autoexport/logs.go 80.6% <57.1%> (-19.4%) ⬇️