简体   繁体   English

您如何使用托管在 AWS 上的 grafana 监控您的响应时间

[英]how do you monitor your response times using grafana which are hosted on AWS

i have couple of APIs hosted on AWS and we have Load balancer and traffic is routed based on listerners rule to TG how do you monitor HTTP 5XX, 4XX and response time on APIs using Grafana我在 AWS 上托管了几个 API,我们有负载均衡器,流量根据 listerners 规则路由到 TG 你如何使用 Grafana 监控 HTTP 5XX、4XX 和 API 响应时间

load balancers requests are logged to s3 and s3 has all details of calls made how can we visualize via grafana like API response time, 5XX Count, 4XX Count etc..负载均衡器请求记录到 s3 并且 s3 具有调用的所有详细信息我们如何通过 grafana 进行可视化,例如 API 响应时间、5XX 计数、4XX 计数等。

If you have existing Grafana setup, then please refer Visualize AWS ELB Application Load Balancer metrics document from Grafana.如果您有现有的 Grafana 设置,请参阅 Grafana 的可视化 AWS ELB 应用程序负载均衡器指标文档。

Else if, you do not have Grafana setup, then using Amazon Managed Service for Grafana can be an option, which will provide required dashboard with ease.否则,如果您没有设置 Grafana,则可以选择使用适用于 Grafana 的 Amazon Managed Service ,这将轻松提供所需的仪表板。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 您如何查看上传到 AWS 管理控制台的文件夹? - How do you view your folders uploaded to AWS Management Console? 您如何使用别名将您的 AWS lambda 从一个 envr 转移/升级到另一个(例如,dev 到 prod)? - How do you shift/escalate your AWS lambda from one envr to another (eg. dev to prod) using alias? 如何使用 aws cdk 创建 s3 子目录? - how do you create s3 subdirectories using aws cdk? 您如何使用 SageMaker 监控更多“标准”指标? - How do you monitor more 'standard' metrics with SageMaker? 如何使用 cloudwatch exporter 监控 AWS-RDS vis prometheus - how to monitor AWS-RDS vis prometheus using cloudwatch exporter 如何使用 APM 工具监控基于 aws-python 的应用程序? - How to monitor a aws-python based application using APM tool? 如何使用 AWS SDK V2 为 Amazon S3 配置终端节点? - How do you configure the endpoint for Amazon S3 by using the AWS SDK V2? 在 lambda 超时之前,如何为运行时间更长的进程返回对 AWS lambda function 的响应? - How can I return a response to an AWS lambda function for a longer running process before lambda times out? 如何使用反应钩子用一组键多次替换数据? - How do you replace data multiple times with an array of keys using a react hook? AWS Grafana/CloudWatch - 如何通过 accountId 显示账单 - AWS Grafana/CloudWatch - How to show Bill by accountId
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM