Identify the node provider
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
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.*
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