otelconf: support service resource detector by codeboten · Pull Request #8674 · open-telemetry/opentelemetry-go-contrib (original) (raw)
This relies on the unreleased feature in the go SDK WithService. Not sure if it's ok to update the go.mod to use main or if we wait until the next release.
This relies on the unreleased feature in the go SDK WithService. Not sure if it's ok to update the go.mod to use main or if we wait until the next release.
Signed-off-by: alex boten 223565+codeboten@users.noreply.github.com
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.1%. Comparing base (fbcde6f) to head (2dcc8a8).
⚠️ Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #8674 +/- ##
Coverage 82.1% 82.1%
Files 183 183
Lines 13790 13792 +2
- Hits 11332 11334 +2
Misses 2054 2054
Partials 404 404
| Files with missing lines | Coverage Δ |
|---|---|
| otelconf/resource.go | 100.0% <100.0%> (ø) |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with updating to a commit. We will do the update to the released version of the SDK prior to the contrib release anyways
Signed-off-by: alex boten 223565+codeboten@users.noreply.github.com
This was referenced
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})