amazon-web-services - 如何从 AWS CloudWatch 应用程序 ELB 获取延迟指标?

标签 amazon-web-services monitoring amazon-cloudwatch

有什么方法可以从 AWS/ApplicationELB 命名空间获取延迟?我知道它在 AWS/ELB 命名空间中可用,但我需要它用于 AWS/ApplicationELB,因为这是我使用的。

最佳答案

ELB 上的延迟指标与 ALB 上的TargetResponseTime 指标相当。

ELB 延迟定义: ( source )

The total time elapsed, in seconds, from the time the load balancer sent the request to a registered instance until the instance started to send the response headers.

ALB TargetResponseTime 定义: ( source )

The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received. This is equivalent to the target_processing_time field in the access logs.

延伸阅读

关于amazon-web-services - 如何从 AWS CloudWatch 应用程序 ELB 获取延迟指标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43984902/

相关文章:

amazon-web-services - 使用 terraform 初始化 terraform 后端

amazon-web-services - 从 React-Native 调用 AWS Lambda 函数

mysql - 如何在 php 和 mysql 中修复 mysql 大写查询

amazon-web-services - 使用 AWS CloudWatch 监控 EC2 Windows 实例的服务

namespaces - 带有查询字符串的 url 的响应时间 Graphite 监控?

javascript - AWS S3 : The request signature we calculated does not match the signature you provided

Android,为监控应用程序找到一个 Intent 的发送者

amazon-web-services - AWS Lambda : is there a way that I can watch live log printed by a function while it is executing

amazon-web-services - AWS : Is it possible to monitor an external service?

amazon-web-services - Cloudwatch 日志流式传输到 ElasticSearch AWS