agent-substrate / agent-substrate/substrate

atecontroller metrics are never scraped

未關閉
#933 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area/observability kind/bug
主要語言
Go
星號
1.8k
分支
316
平均合併
2 天 43 分鐘
30 天內合併 PR
287

描述

atecontroller is the only control plane component with no Prometheus target. It uses
`InitMetricsPushOnly` (`cmd/atecontroller/main.go:112`) and its pod carries no `prometheus.io`
annotations, so the manager's `:8080` is never scraped, while ateapi, atelet and atenet-router
serve `/metrics` on 9090 and are. `docs/observability.md:178` assumes every component is scraped.

Should atecontroller move to the `InitMetrics` plus `StartMetricsServer` shape on 9090, or is
push-only intended, in which case the dead `:8080` port should go instead?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。