KubernetesResource enum
- Inheritance
- Implemented types
- Available extensions
Values
- k8sClusterName → const KubernetesResource
-
const KubernetesResource("k8s.cluster.name")
- k8sResourcepaceName → const KubernetesResource
-
const KubernetesResource("k8s.Resourcepace.name")
- k8sPodName → const KubernetesResource
-
const KubernetesResource("k8s.pod.name")
- k8sPodUid → const KubernetesResource
-
const KubernetesResource("k8s.pod.uid")
- k8sContainerName → const KubernetesResource
-
const KubernetesResource("k8s.container.name")
- k8sReplicaSetUid → const KubernetesResource
-
const KubernetesResource("k8s.replicaset.uid")
- k8sReplicaSetName → const KubernetesResource
-
const KubernetesResource("k8s.replicaset.name")
- k8sDeploymentUid → const KubernetesResource
-
const KubernetesResource("k8s.deployment.uid")
- k8sDeploymentName → const KubernetesResource
-
const KubernetesResource("k8s.deployment.name")
- k8sStatefulSetUid → const KubernetesResource
-
const KubernetesResource("k8s.statefulset.uid")
- k8sStatefulSetName → const KubernetesResource
-
const KubernetesResource("k8s.statefulset.name")
- k8sDaemonSetUid → const KubernetesResource
-
const KubernetesResource("k8s.daemonset.uid")
- k8sDaemonSetName → const KubernetesResource
-
const KubernetesResource("k8s.daemonset.name")
- k8sJobUid → const KubernetesResource
-
const KubernetesResource("k8s.job.uid")
- k8sJobName → const KubernetesResource
-
const KubernetesResource("k8s.job.name")
- k8sCronJobUid → const KubernetesResource
-
const KubernetesResource("k8s.cronjob.uid")
- k8sCronJobName → const KubernetesResource
-
const KubernetesResource("k8s.cronjob.name")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- key → String
-
The attribute key string as defined in the OpenTelemetry specification.
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMapEntry(
Object value) → MapEntry< String, Object> -
Available on OTelSemantic, provided by the OTelSemanticExtension extension
Converts this semantic attribute and its value to a MapEntry. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
KubernetesResource> - A constant List of the values in this enum, in order of their declaration.