设置Datadog中Kubernetes集成的自动发现自动配置的问题

发布于 2025-01-25 06:28:02 字数 528 浏览 1 评论 0 原文

我最近更新了DataDog以使用群集代理。我目前正在尝试设置 kubernetes集成。这应该是通过 auto_conf.yaml 发现的自动。但是由于某种原因,在更新群集代理时,我们通过Kubernetes集成丢失了指标。我的猜测是通过在 auto_conf.yaml 文件中添加 cluster_check:true 来将其设置为群集检查,但这无效。我目前只在节点代理上设置它,并像在此文档。是否需要做其他事情来与集群代理建立Kubernetes集成?

I have recently updated DataDog to use a Cluster Agent. I am currently trying to set up the Kubernetes integration. This should be an auto discovered through the auto_conf.yaml. But for some reason when updating to the Cluster Agent we lost metrics through the kubernetes integration. My guess was to set it as a cluster check by adding cluster_check:true in the auto_conf.yaml file, but that did not work. I currently have it set up only on the node agents and configured just like it says in this documentation. Is there something else that needs to be done to set up the Kubernetes integration with a Cluster Agent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执着的年纪 2025-02-01 06:28:02

通过以下清单添加 kubernetes-stat-core 来解决问题。这使用 kube-state-metrics v2.0 < /a>。

Solved the issue by adding kubernetes-stat-core via the following manifests. This is uses the kube-state-metrics v2.0.

https://github.com/DataDog/datadog-agent/tree/main/Dockerfiles/manifests/kubernetes_state_core

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文