Skip to content

detectors/kubeadm: add Kubeadm resource detector - #9500

Open
paulojmdias wants to merge 2 commits into
open-telemetry:mainfrom
paulojmdias:feat/8954
Open

detectors/kubeadm: add Kubeadm resource detector#9500
paulojmdias wants to merge 2 commits into
open-telemetry:mainfrom
paulojmdias:feat/8954

Conversation

@paulojmdias

Copy link
Copy Markdown
Member

Ports the kubeadm resource detector from processor/resourcedetectionprocessor/internal/kubeadm in
opentelemetry-collector-contrib to a new standalone Go module go.opentelemetry.io/contrib/detectors/kubeadm.

Also registers the detector in detectors/autodetect as IDKubeadm ("kubeadm").

I'm proposing to be a codeowner of this detector as I am currently on the collector-contrib side.

Fixes #8954
Relates #8940

@paulojmdias
paulojmdias marked this pull request as draft August 17, 2026 21:28
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.6%. Comparing base (b0f0785) to head (21bf828).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #9500   +/-   ##
=====================================
  Coverage   84.5%   84.6%           
=====================================
  Files        203     204    +1     
  Lines      16805   16880   +75     
=====================================
+ Hits       14215   14290   +75     
  Misses      2110    2110           
  Partials     480     480           
Files with missing lines Coverage Δ
detectors/autodetect/autodetect.go 87.1% <100.0%> (+0.1%) ⬆️
detectors/kubeadm/kubeadm.go 100.0% <100.0%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paulojmdias
paulojmdias marked this pull request as ready for review August 17, 2026 22:05
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.

[detectors/kubeadm] Contribute kubeadm detector from resourcedetectionprocessor

1 participant