Skip to content

Conversation

@codeboten
Copy link
Contributor

@codeboten codeboten commented Nov 14, 2025

Fixes #7252

Will rebase once #8106 is merged

Split off from open-telemetry#8106, updating the tls files to real test files.

Signed-off-by: alex boten <[email protected]>
As discussed in open-telemetry#8059, adding an init function to support users passing in a
configuration file via the environment variables OTEL_EXPERIMENTAL_CONFIG_FILE.

Fixes open-telemetry#8059

Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
@codeboten codeboten force-pushed the codeboten/add-resource-detector branch from ef90add to 0160671 Compare November 27, 2025 18:22
@codeboten codeboten force-pushed the codeboten/add-resource-detector branch from 0160671 to 96c6ac4 Compare November 28, 2025 22:41
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

❌ Patch coverage is 76.85950% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.1%. Comparing base (9d645c3) to head (96c6ac4).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
otelconf/config_json.go 64.3% 13 Missing and 13 partials ⚠️
otelconf/config_yaml.go 86.6% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #8180     +/-   ##
=======================================
- Coverage   82.1%   82.1%   -0.1%     
=======================================
  Files        195     195             
  Lines      13680   13798    +118     
=======================================
+ Hits       11243   11333     +90     
- Misses      2031    2045     +14     
- Partials     406     420     +14     
Files with missing lines Coverage Δ
otelconf/config.go 97.6% <100.0%> (+0.4%) ⬆️
otelconf/resource.go 100.0% <100.0%> (ø)
otelconf/config_yaml.go 94.6% <86.6%> (-0.4%) ⬇️
otelconf/config_json.go 90.2% <64.3%> (-3.5%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

otelconf: Ability to enable resource detectors

1 participant