Open
Description
Is your feature request related to a problem? Please describe.
Right now the EKSResource detector is only collecting the following information when running in a EKS Environment:
- Cluster Name
- Cloud Provider
- Cloud Platform
- Container ID
We wanted to collect more information such as:
- Namespace
- Pod
Describe the solution you'd like
It would be nice if the EKSResource was in feature parity with the k8sattributesprocessor and it would be able to detect the same resource attributes as this processor. The reason why it would be handy to implement that in the Resource Detector is because not necessarily the EKS cluster will have a collector running on it.