Skip to content

Commit 67ca876

Browse files
committed
add pod unit
Signed-off-by: odubajDT <[email protected]>
1 parent 883c290 commit 67ca876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/system/k8s-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ This metric is [recommended][MetricRecommended].
431431

432432
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
433433
| -------- | --------------- | ----------- | -------------- | --------- | ------ |
434-
| `k8s.node.allocatable_pods` | Gauge | `` | Amount of pods allocatable on the node | ![Development](https://img.shields.io/badge/-development-blue) | |
434+
| `k8s.node.allocatable_pods` | Gauge | `{pod}` | Amount of pods allocatable on the node | ![Development](https://img.shields.io/badge/-development-blue) | |
435435

436436
<!-- markdownlint-restore -->
437437
<!-- prettier-ignore-end -->

model/k8s/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ groups:
129129
stability: development
130130
brief: "Amount of pods allocatable on the node"
131131
instrument: gauge
132-
unit: ""
132+
unit: "{pod}"
133133
# k8s.node.cpu.* metrics
134134
- id: metric.k8s.node.cpu.time
135135
type: metric

0 commit comments

Comments
 (0)