open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
2.95k stars 2.29k forks source link

[processor/k8sattributes] Retrieve pod metadata from kubelet #33723

Closed bacherfl closed 1 month ago

bacherfl commented 3 months ago

Description: This is a proof of concept for the k8sattributes processor to retrieve pod metadata from the kubelet instead of the Kubernetes API server. Note that this is just to illustrate how a potential implementation could look like, and what the limitations are to have a base for a discussion on how to go forward with the linked issue.

So far, the most significant implications of using the kubelet instead of the Kubernetes API server are the following:

Link to tracking Issue: #14475

Testing: Only manual tests right now, as this is still only a draft PoC

Documentation:

github-actions[bot] commented 2 months ago

This PR was marked stale due to lack of activity. It will be closed in 14 days.

github-actions[bot] commented 2 months ago

This PR was marked stale due to lack of activity. It will be closed in 14 days.

github-actions[bot] commented 1 month ago

This PR was marked stale due to lack of activity. It will be closed in 14 days.

github-actions[bot] commented 1 month ago

Closed as inactive. Feel free to reopen if this PR is still being worked on.