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/registry/attributes/k8s.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Kubernetes resource attributes.
53
53
| <aid="k8s-node-condition-type"href="#k8s-node-condition-type">`k8s.node.condition.type`</a> || string | The condition type of a K8s Node. [19]|`Ready`; `DiskPressure`|
54
54
| <aid="k8s-node-label"href="#k8s-node-label">`k8s.node.label.<key>`</a> || string | The label placed on the Node, the `<key>` being the label name, the value being the label value, even if the value is empty. [20]|`arm64`; `` |
55
55
| <aid="k8s-node-name"href="#k8s-node-name">`k8s.node.name`</a> || string | The name of the Node. |`node-1`|
56
+
| <aid="k8s-node-system-container-name"href="#k8s-node-system-container-name">`k8s.node.system_container.name`</a> || string | The name of the system container running on the K8s Node. |`kubelet`; `runtime`; `pods`; `misc`|
56
57
| <aid="k8s-node-uid"href="#k8s-node-uid">`k8s.node.uid`</a> || string | The UID of the Node. |`1eb3a0c6-0477-4080-a9cb-0cb7db65c6a2`|
57
58
| <aid="k8s-persistentvolume-annotation"href="#k8s-persistentvolume-annotation">`k8s.persistentvolume.annotation.<key>`</a> || string | The annotation placed on the PersistentVolume, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty. [21]|`kubernetes.io/aws-ebs`; `` |
58
59
| <aid="k8s-persistentvolume-label"href="#k8s-persistentvolume-label">`k8s.persistentvolume.label.<key>`</a> || string | The label placed on the PersistentVolume, the `<key>` being the label name, the value being the label value, even if the value is empty. [22]|`ssd`; `` |
**Description:** A Kubernetes Node System Container.
276
+
277
+
**Attributes:**
278
+
279
+
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
280
+
| --- | --- | --- | --- | --- | --- | --- |
281
+
| Identity |[`k8s.node.system_container.name`](/docs/registry/attributes/k8s.md)||`Recommended`| string | The name of the system container running on the K8s Node. |`kubelet`; `runtime`; `pods`; `misc`|
|`k8s.node.system_container.cpu.usage`| Gauge |`{cpu}`| Node's system container CPU usage, measured in cpus. [1]||[`k8s.node.system_container`](/docs/registry/entities/k8s.md#k8s-node-system-container)|
1327
+
1328
+
**[1]:** This metric is derived from the [CPUStats.UsageNanoCores](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L233) field of the [ContainerStats](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L157C6-L157C20) of [Node.SystemContainers](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L40) of the Kubelet's stats API.
|`k8s.node.system_container.cpu.time`| Counter |`s`| Node's system container CPU time. [1]||[`k8s.node.system_container`](/docs/registry/entities/k8s.md#k8s-node-system-container)|
1346
+
1347
+
**[1]:** This metric is derived from the [CPUStats.UsageCoreNanoSeconds](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L236) field of the [ContainerStats](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L157C6-L157C20) of [Node.SystemContainers](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L40) of the Kubelet's stats API.
|`k8s.node.system_container.memory.working_set`| UpDownCounter |`By`| The amount of working set memory. [1]||[`k8s.node.system_container`](/docs/registry/entities/k8s.md#k8s-node-system-container)|
1365
+
1366
+
**[1]:** This metric is derived from the [MemoryStats.WorkingSetBytes](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L256) field of the [ContainerStats](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L157C6-L157C20) of [Node.SystemContainers](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L40) of the Kubelet's stats API.
1367
+
1368
+
<!-- prettier-ignore-end -->
1369
+
<!-- END AUTOGENERATED TEXT -->
1370
+
<!-- endsemconv -->
1371
+
1372
+
**Attributes:**
1373
+
1374
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
1375
+
| --- | --- | --- | --- | --- | --- |
1376
+
|[`k8s.node.system_container.name`](/docs/registry/attributes/k8s.md)||`Required`| string | The name of the system container running on the K8s Node. |`kubelet`; `runtime`; `pods`; `misc`|
|`k8s.node.system_container.memory.usage`| UpDownCounter |`By`| Node's system container memory usage. [1]||[`k8s.node.system_container`](/docs/registry/entities/k8s.md#k8s-node-system-container)|
1394
+
1395
+
**[1]:** This metric is derived from the [MemoryStats.UsageBytes](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L252) field of the [ContainerStats](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L157C6-L157C20) of [Node.SystemContainers](https://github.com/kubernetes/kubelet/blob/v0.35.2/pkg/apis/stats/v1alpha1/types.go#L40) of the Kubelet's stats API.
1396
+
1397
+
<!-- prettier-ignore-end -->
1398
+
<!-- END AUTOGENERATED TEXT -->
1399
+
<!-- endsemconv -->
1400
+
1311
1401
## Deployment metrics
1312
1402
1313
1403
**Description:** Deployment level metrics captured under the namespace `k8s.deployment`.
0 commit comments