opentelemetry-plugin icon indicating copy to clipboard operation
opentelemetry-plugin copied to clipboard

Identify the node provider

Open v1v opened this issue 5 years ago • 1 comments

Feature Request

In a CI environment with different type of agents, such as:

  • static workers
  • ephemeral workers.

And also different cloud providers, such as:

  • GCE
  • EC2
  • K8s

I'd like to identify the node spans with their provider therefore I can easily monitor the providers easily.

I don't know if the FlowNode can provide those details, but if it's possible, should the span have a new label like the ones specified in:

  • https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud.md
  • https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/k8s.md

v1v avatar Mar 16 '21 20:03 v1v

The logs process runs on the agent and has access to the information from the Node, currently, it takes basic information of the host in the fields host.* and service.*

kuisathaverat avatar Dec 29 '23 12:12 kuisathaverat

Done by the libraries https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-resources

kuisathaverat avatar Jul 02 '24 15:07 kuisathaverat