Pre-submission Checklist
Helm chart name
datadog
Helm chart version
latest
Bug Report
What happened
We are using HPA with an external metric from Datadog via DatadogMetric CRD.
Example metric query:
max:kubernetes.cpu.usage.total{cluster_name:xxxxx, kube_deployment:xxxxx}.rollup(max,60)
HPA displays the metric as:
650634457m / 384M # CPU
Datadog shows the current value as 650634.4566410647
What we expected
- HPA should interpret the external metric value in the correct units (nanocores → millicores)
- The
CURRENT column in kubectl get hpa should match the Datadog metric scale
Steps to Reproduce
No response
Environment
Kubernetes version:
Helm version:
Cloud provider:
Additional Context
No response
Pre-submission Checklist
Helm chart name
datadog
Helm chart version
latest
Bug Report
What happened
We are using HPA with an external metric from Datadog via DatadogMetric CRD.
Example metric query:
max:kubernetes.cpu.usage.total{cluster_name:xxxxx, kube_deployment:xxxxx}.rollup(max,60)
HPA displays the metric as:
650634457m / 384M # CPU
Datadog shows the current value as 650634.4566410647
What we expected
CURRENTcolumn inkubectl get hpashould match the Datadog metric scaleSteps to Reproduce
No response
Environment
Kubernetes version:
Helm version:
Cloud provider:
Additional Context
No response