OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_K8S_RESOURCEQUOTA_RESOURCE_NAMEConst Experimental

    ATTR_K8S_RESOURCEQUOTA_RESOURCE_NAME: "k8s.resourcequota.resource_name" = ...

    The name of the K8s resource a resource quota defines.

    count/replicationcontrollers
    

    The value for this attribute can be either the full count/<resource>[.<group>] string (e.g., count/deployments.apps, count/pods), or, for certain core Kubernetes resources, just the resource name (e.g., pods, services, configmaps). Both forms are supported by Kubernetes for object count quotas. See Kubernetes Resource Quotas documentation for more details.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.