Skip to content

detectors/azureaks: add Azure Kubernetes Service resource detector - #9501

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

detectors/azureaks: add Azure Kubernetes Service resource detector#9501
paulojmdias wants to merge 2 commits into
open-telemetry:mainfrom
paulojmdias:feat/8948

Conversation

@paulojmdias

Copy link
Copy Markdown
Member

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

Also registers the detector in detectors/autodetect as IDAzureAKS ("azure.aks").

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

Fixes #8948
Relates #8940

@github-actions
github-actions Bot requested a review from pyohannes August 17, 2026 22:00
@paulojmdias
paulojmdias marked this pull request as draft August 17, 2026 22:01
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.93939% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.6%. Comparing base (14301c6) to head (06e7ef3).

Files with missing lines Patch % Lines
detectors/azure/azureaks/azureaks.go 93.8% 2 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #9501   +/-   ##
=====================================
  Coverage   84.5%   84.6%           
=====================================
  Files        203     204    +1     
  Lines      16805   16871   +66     
=====================================
+ Hits       14215   14277   +62     
- Misses      2110    2112    +2     
- Partials     480     482    +2     
Files with missing lines Coverage Δ
detectors/autodetect/autodetect.go 87.1% <100.0%> (+0.1%) ⬆️
detectors/azure/azureaks/azureaks.go 93.8% <93.8%> (ø)
🚀 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:36
@paulojmdias
paulojmdias requested a review from flc1125 as a code owner August 17, 2026 22:36
@github-actions
github-actions Bot requested a review from yurishkuro August 17, 2026 22:37
@paulojmdias
paulojmdias marked this pull request as draft August 17, 2026 22:39
@linux-foundation-easycla

linux-foundation-easycla Bot commented Aug 18, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: paulojmdias / name: Paulo Dias (1605479)

Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
@paulojmdias
paulojmdias marked this pull request as ready for review August 18, 2026 09:34
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/azure] Add AKS detector — port from resourcedetectionprocessor azure/aks

1 participant