eks 上的 aws-alb-ingress 指标?

aws-alb-ingress metrics on eks?

我正在使用官方 aws-alb-ingress-controller 为我在 EKS 集群中托管的服务进行入口 + 负载平衡。

这是否提供任何类型的指标?最好是普罗米修斯指标?要显示音量指标等内容?

https://github.com/kubernetes-sigs/aws-alb-ingress-controller

我没有在文档中看到任何关于指标的提及,但指标似乎是任何生产负载均衡器的必要组成部分。

这是最接近的选项,AFAIK:

https://github.com/prometheus/cloudwatch_exporter

每个 AWS ALB Ingress Controller 个广告连播
Exposes prometheus /metrics 在同一个端口 10254 上,它响应 /healthz 检查。
两个端点目前都提供 the same mux.

AWS ALB 入口控制器与 CloudWatch 集成并提供各种指标。在 CloudWatch 中,您可以根据这些指标进行监控和警报。

如果您的系统为此使用 Prometheus,您可以使用任何导出器将指标发送到 Prometheus。另一个可能的导出器是:YACE (Yet Another CloudWatch Exporter.

Here you can find an article from the AWS open source blog on how to setup an ELB with Prometheus metrics and Graphana on top with a custom dashboard. The configuration for an ALB is pretty similar. Here 您了解如何为 ALB 实现此目的。