@@ -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