@@ -57,6 +57,9 @@ and therefore inherit its attributes, like `k8s.pod.name` and `k8s.pod.uid`.
57
57
- [ Metric: ` k8s.hpa.current_pods ` ] ( #metric-k8shpacurrent_pods )
58
58
- [ Metric: ` k8s.hpa.max_pods ` ] ( #metric-k8shpamax_pods )
59
59
- [ Metric: ` k8s.hpa.min_pods ` ] ( #metric-k8shpamin_pods )
60
+ - [ Metric: ` k8s.hpa.metric.target.cpu.value ` ] ( #metric-k8shpametrictargetcpuvalue )
61
+ - [ Metric: ` k8s.hpa.metric.target.cpu.average_value ` ] ( #metric-k8shpametrictargetcpuaverage_value )
62
+ - [ Metric: ` k8s.hpa.metric.target.cpu.average_utilization ` ] ( #metric-k8shpametrictargetcpuaverage_utilization )
60
63
- [ DaemonSet metrics] ( #daemonset-metrics )
61
64
- [ Metric: ` k8s.daemonset.current_scheduled_nodes ` ] ( #metric-k8sdaemonsetcurrent_scheduled_nodes )
62
65
- [ Metric: ` k8s.daemonset.desired_scheduled_nodes ` ] ( #metric-k8sdaemonsetdesired_scheduled_nodes )
@@ -935,6 +938,10 @@ This metric is [recommended][MetricRecommended].
935
938
<!-- END AUTOGENERATED TEXT -->
936
939
<!-- endsemconv -->
937
940
941
+ ### Metric: ` k8s.hpa.metric.target.cpu.value `
942
+
943
+ This metric is [ opt-in] [ MetricOptIn ] .
944
+
938
945
<!-- semconv metric.k8s.hpa.metric.target.cpu.value -->
939
946
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
940
947
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -965,6 +972,10 @@ the `k8s.container.name` attribute MUST be set to identify the specific containe
965
972
<!-- END AUTOGENERATED TEXT -->
966
973
<!-- endsemconv -->
967
974
975
+ ### Metric: ` k8s.hpa.metric.target.cpu.average_value `
976
+
977
+ This metric is [ opt-in] [ MetricOptIn ] .
978
+
968
979
<!-- semconv metric.k8s.hpa.metric.target.cpu.average_value -->
969
980
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
970
981
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -995,6 +1006,10 @@ the `k8s.container.name` attribute MUST be set to identify the specific containe
995
1006
<!-- END AUTOGENERATED TEXT -->
996
1007
<!-- endsemconv -->
997
1008
1009
+ ### Metric: ` k8s.hpa.metric.target.cpu.average_utilization `
1010
+
1011
+ This metric is [ opt-in] [ MetricOptIn ] .
1012
+
998
1013
<!-- semconv metric.k8s.hpa.metric.target.cpu.average_utilization -->
999
1014
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
1000
1015
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -2082,3 +2097,4 @@ The value represents the current observed total usage of the resource in the nam
2082
2097
2083
2098
[ DocumentStatus ] : https://opentelemetry.io/docs/specs/otel/document-status
2084
2099
[ MetricRecommended ] : /docs/general/metric-requirement-level.md#recommended
2100
+ [ MetricOptIn ] : /docs/general/metric-requirement-level.md#optin
0 commit comments