Skip to content

Commit edfbae7

Browse files
committed
fix leftovers
Signed-off-by: ChrsMark <[email protected]>
1 parent 19aeba0 commit edfbae7

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

model/k8s/deprecated/metrics-deprecated.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ groups:
44
metric_name: k8s.replication_controller.desired_pods
55
stability: experimental
66
deprecated: "Replaced by `k8s.replicationcontroller.desired_pods`."
7-
brief: "Deprecated, use `k8s.replication_controller.desired_pods` instead."
8-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
7+
brief: "Deprecated, use `k8s.replicationcontroller.desired_pods` instead."
98
note: |
109
This metric aligns with the `replicas` field of the
1110
[K8s ReplicationControllerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerspec-v1-core)
@@ -19,8 +18,7 @@ groups:
1918
metric_name: k8s.replication_controller.available_pods
2019
stability: experimental
2120
deprecated: "Replaced by `k8s.replicationcontroller.available_pods`."
22-
brief: "Deprecated, use `k8s.replication_controller.available_pods` instead."
23-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
21+
brief: "Deprecated, use `k8s.replicationcontroller.available_pods` instead."
2422
note: |
2523
This metric aligns with the `availableReplicas` field of the
2624
[K8s ReplicationControllerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerstatus-v1-core)

model/k8s/metrics.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ groups:
189189
metric_name: k8s.replicationcontroller.desired_pods
190190
stability: experimental
191191
brief: "Number of desired replica pods in this replication controller"
192-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
193192
note: |
194193
This metric aligns with the `replicas` field of the
195194
[K8s ReplicationControllerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerspec-v1-core)
@@ -203,7 +202,6 @@ groups:
203202
metric_name: k8s.replicationcontroller.available_pods
204203
stability: experimental
205204
brief: "Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller"
206-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
207205
note: |
208206
This metric aligns with the `availableReplicas` field of the
209207
[K8s ReplicationControllerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#replicationcontrollerstatus-v1-core)
@@ -273,7 +271,6 @@ groups:
273271
metric_name: k8s.hpa.desired_pods
274272
stability: experimental
275273
brief: "Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler"
276-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
277274
note: |
278275
This metric aligns with the `desiredReplicas` field of the
279276
[K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
@@ -287,7 +284,6 @@ groups:
287284
metric_name: k8s.hpa.current_pods
288285
stability: experimental
289286
brief: "Current number of replica pods managed by this horizontal pod autoscaler, as last seen by the autoscaler"
290-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
291287
note: |
292288
This metric aligns with the `currentReplicas` field of the
293289
[K8s HorizontalPodAutoscalerStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerstatus-v2-autoscaling)
@@ -301,7 +297,6 @@ groups:
301297
metric_name: k8s.hpa.max_pods
302298
stability: experimental
303299
brief: "The upper limit for the number of replica pods to which the autoscaler can scale up"
304-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
305300
note: |
306301
This metric aligns with the `maxReplicas` field of the
307302
[K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)
@@ -315,7 +310,6 @@ groups:
315310
metric_name: k8s.hpa.min_pods
316311
stability: experimental
317312
brief: "The lower limit for the number of replica pods to which the autoscaler can scale down"
318-
# TODO: Add note for resource correlation once https://github.com/open-telemetry/semantic-conventions/issues/1656 is implemented
319313
note: |
320314
This metric aligns with the `minReplicas` field of the
321315
[K8s HorizontalPodAutoscalerSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#horizontalpodautoscalerspec-v2-autoscaling)

0 commit comments

Comments
 (0)