You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/attributes-registry/k8s.md
+6
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Kubernetes resource attributes.
23
23
| <aid="k8s-daemonset-uid"href="#k8s-daemonset-uid">`k8s.daemonset.uid`</a> | string | The UID of the DaemonSet. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
24
24
| <aid="k8s-deployment-name"href="#k8s-deployment-name">`k8s.deployment.name`</a> | string | The name of the Deployment. |`opentelemetry`||
25
25
| <aid="k8s-deployment-uid"href="#k8s-deployment-uid">`k8s.deployment.uid`</a> | string | The UID of the Deployment. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
26
+
| <aid="k8s-hpa-name"href="#k8s-hpa-name">`k8s.hpa.name`</a> | string | The name of the horizontal pod autoscaler. |`opentelemetry`||
27
+
| <aid="k8s-hpa-uid"href="#k8s-hpa-uid">`k8s.hpa.uid`</a> | string | The UID of the horizontal pod autoscaler. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
26
28
| <aid="k8s-job-name"href="#k8s-job-name">`k8s.job.name`</a> | string | The name of the Job. |`opentelemetry`||
27
29
| <aid="k8s-job-uid"href="#k8s-job-uid">`k8s.job.uid`</a> | string | The UID of the Job. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
28
30
| <aid="k8s-namespace-name"href="#k8s-namespace-name">`k8s.namespace.name`</a> | string | The name of the namespace that the pod is running in. |`default`||
| <aid="k8s-pod-uid"href="#k8s-pod-uid">`k8s.pod.uid`</a> | string | The UID of the Pod. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
36
38
| <aid="k8s-replicaset-name"href="#k8s-replicaset-name">`k8s.replicaset.name`</a> | string | The name of the ReplicaSet. |`opentelemetry`||
37
39
| <aid="k8s-replicaset-uid"href="#k8s-replicaset-uid">`k8s.replicaset.uid`</a> | string | The UID of the ReplicaSet. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
40
+
| <aid="k8s-replicationcontroller-name"href="#k8s-replicationcontroller-name">`k8s.replicationcontroller.name`</a> | string | The name of the replication controller. |`opentelemetry`||
41
+
| <aid="k8s-replicationcontroller-uid"href="#k8s-replicationcontroller-uid">`k8s.replicationcontroller.uid`</a> | string | The UID of the replication controller. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
42
+
| <aid="k8s-resourcequota-name"href="#k8s-resourcequota-name">`k8s.resourcequota.name`</a> | string | The name of the resource quota. |`opentelemetry`||
43
+
| <aid="k8s-resourcequota-uid"href="#k8s-resourcequota-uid">`k8s.resourcequota.uid`</a> | string | The UID of the resource quota. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
38
44
| <aid="k8s-statefulset-name"href="#k8s-statefulset-name">`k8s.statefulset.name`</a> | string | The name of the StatefulSet. |`opentelemetry`||
39
45
| <aid="k8s-statefulset-uid"href="#k8s-statefulset-uid">`k8s.statefulset.uid`</a> | string | The UID of the StatefulSet. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`||
40
46
| <aid="k8s-volume-name"href="#k8s-volume-name">`k8s.volume.name`</a> | string | The name of the K8s volume. |`volume0`||
|[`k8s.replicationcontroller.name`](/docs/attributes-registry/k8s.md)| string | The name of the replication controller. |`opentelemetry`|`Recommended`||
377
+
|[`k8s.replicationcontroller.uid`](/docs/attributes-registry/k8s.md)| string | The UID of the replication controller. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`|`Recommended`||
378
+
379
+
<!-- markdownlint-restore -->
380
+
<!-- prettier-ignore-end -->
381
+
<!-- END AUTOGENERATED TEXT -->
382
+
<!-- endsemconv -->
383
+
384
+
## HorizontalPodAutoscaler
385
+
386
+
A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource
387
+
(such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand.
388
+
389
+
<!-- semconv resource.k8s.hpa -->
390
+
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
391
+
<!-- see templates/registry/markdown/snippet.md.j2 -->
|[`k8s.hpa.name`](/docs/attributes-registry/k8s.md)| string | The name of the horizontal pod autoscaler. |`opentelemetry`|`Recommended`||
406
+
|[`k8s.hpa.uid`](/docs/attributes-registry/k8s.md)| string | The UID of the horizontal pod autoscaler. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`|`Recommended`||
407
+
408
+
<!-- markdownlint-restore -->
409
+
<!-- prettier-ignore-end -->
410
+
<!-- END AUTOGENERATED TEXT -->
411
+
<!-- endsemconv -->
412
+
413
+
## ResourceQuota
414
+
415
+
A ResourceQuota provides constraints that limit aggregate resource consumption per namespace.
416
+
417
+
<!-- semconv resource.k8s.resourcequota -->
418
+
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
419
+
<!-- see templates/registry/markdown/snippet.md.j2 -->
|[`k8s.resourcequota.name`](/docs/attributes-registry/k8s.md)| string | The name of the resource quota. |`opentelemetry`|`Recommended`||
434
+
|[`k8s.resourcequota.uid`](/docs/attributes-registry/k8s.md)| string | The UID of the resource quota. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`|`Recommended`||
0 commit comments