opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

[aws-resources] Improve data collected by the EKSResource

Open rapphil opened this issue 2 years ago • 0 comments

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.

rapphil avatar Feb 09 '23 22:02 rapphil