The GCP Resource Detector mentions - and contains docs for - k8s Resource attributes. However, none of them aside from k8s.cluser.name appear to be instrumented:
|
public static final AttributeKey<String> K8S_CLUSTER_NAME = |
|
AttributeKey.stringKey("k8s.cluster.name"); |
It looks like they exist in the GCP Resource Translator, so they're only missing in the Otel side. I noticed they're in the IncubatingAttributes so perhaps they're still in development?