Skip to content

Commit 15981b0

Browse files
committed
add pod unit
Signed-off-by: odubajDT <[email protected]>
1 parent 4490cff commit 15981b0

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
@@ -333,7 +333,7 @@ This metric is [recommended][MetricRecommended].
333333

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

338338
<!-- markdownlint-restore -->
339339
<!-- prettier-ignore-end -->

model/k8s/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ groups:
101101
stability: development
102102
brief: "Amount of pods allocatable on the node"
103103
instrument: gauge
104-
unit: ""
104+
unit: "{pod}"
105105
# k8s.node.cpu.* metrics
106106
- id: metric.k8s.node.cpu.time
107107
type: metric

0 commit comments

Comments
 (0)