Skip to content

Commit e100a35

Browse files
raunaqguptaRaunaq Gupta
authored andcommitted
Run make generate
1 parent d17b5cb commit e100a35

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

receiver/k8sclusterreceiver/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,31 +150,31 @@ Number of desired pods in this deployment
150150
151151
### k8s.hpa.current_replicas
152152
153-
Current number of pod replicas managed by this autoscaler.
153+
Current number of pod replicas managed by this autoscaler. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#horizontalpodautoscalerstatus-v1-autoscaling for details.
154154
155155
| Unit | Metric Type | Value Type |
156156
| ---- | ----------- | ---------- |
157157
| {pod} | Gauge | Int |
158158
159159
### k8s.hpa.desired_replicas
160160
161-
Desired number of pod replicas managed by this autoscaler.
161+
Desired number of pod replicas managed by this autoscaler. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#horizontalpodautoscalerstatus-v1-autoscaling for details.
162162
163163
| Unit | Metric Type | Value Type |
164164
| ---- | ----------- | ---------- |
165165
| {pod} | Gauge | Int |
166166
167167
### k8s.hpa.max_replicas
168168
169-
Maximum number of replicas to which the autoscaler can scale up.
169+
Maximum number of replicas to which the autoscaler can scale up. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#horizontalpodautoscalerspec-v1-autoscaling for details.
170170
171171
| Unit | Metric Type | Value Type |
172172
| ---- | ----------- | ---------- |
173173
| {pod} | Gauge | Int |
174174
175175
### k8s.hpa.min_replicas
176176
177-
Minimum number of replicas to which the autoscaler can scale up.
177+
Minimum number of replicas to which the autoscaler can scale up. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#horizontalpodautoscalerspec-v1-autoscaling for details.
178178
179179
| Unit | Metric Type | Value Type |
180180
| ---- | ----------- | ---------- |

receiver/k8sclusterreceiver/internal/metadata/generated_metrics.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/k8sclusterreceiver/internal/metadata/generated_metrics_test.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)