-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Agent version
7
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
CURRENTcolumn inkubectl get hpashould match the Datadog metric scale
Reproduction Steps
No response
Agent configuration
No response
Operating System
No response
Other environment details
No response
Reactions are currently unavailable