根据https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Quotas-Visualize-Alarms.html的说法,我们可以在亚马逊网络服务CloudWatch控制台m1/SERVICE_QUOTA(m1)*100上执行如下CloudWatch数学表达式,其中m1是CloudWatch指标。
我们有没有办法在Grafana的CloudWatch查询中做同样的事情,我们在Grafana的CloudWatch查询表达式字段中引用SERVICE_QUOTA()?
发布于 2021-10-14 12:50:11
您可以在Grafana中使用CloudWatch数学。请参阅文档:https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/#metric-math-expressions
您还可以找到针对此用例的现成仪表板:https://grafana.com/grafana/dashboards/12979
https://stackoverflow.com/questions/69563431
复制相似问题