Closed tsiq-sanjanar closed 3 months ago
I found the issue. In the latest Karpenter version metrics port is updated to 8080 from 8000. Datadog documentation has not updated this change.
Helm/Binary: controller.METRICS_PORT default changed back to 8080
From documentation https://docs.datadoghq.com/integrations/karpenter/ Updating below fixed the issue.
"openmetrics_endpoint": "http://%%host%%:8080/metrics"
That is one of the problems but many metrics were also renamed and they will not work until this PR is released with Datadog agent: https://github.com/DataDog/integrations-core/pull/18448
Description
Observed Behavior: Karpenter metrics in Datadog worked until v0.37.0 but after migration it stopped working.
Expected Behavior: Karpenter metrics in datadog.
Reproduction Steps (Please include YAML): Steps followed https://docs.datadoghq.com/integrations/karpenter/
Versions:
Datadog Version: 7.55.2
Karpenter Version : 1.0.0
Kubernetes Version: v1.28
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment