opentelemetry-operations-python
opentelemetry-operations-python copied to clipboard
Verify non-GKE resources map to `k8s_*` monitored resources
From https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/627, verify that kubernetes resources do not require cloud.platform: gcp_kubernetes_engine to map to k8s Monitored Resources (k8s_container, k8s_pod, etc).
Go exporter/collector fix in https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/683 uses k8s.cluster.name resource attribute to identify a k8s resource. Other languages should be consistent with this.
@aabmass - any thoughts here (old issue)?