From e3e0a1b8cab6f9fedeab0350cd2e565c0f7d4091 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Fri, 5 Sep 2025 14:01:56 -0700 Subject: [PATCH] CloudWatch: Use the correct metric name for errors per function panel in the AWS Lambda sample dashboard (#110718) CloudWatch: Use the correct metric name for errors per function panel --- public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json b/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json index 37438c88bc6..ec351e26f66 100644 --- a/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json +++ b/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json @@ -678,7 +678,7 @@ "expression": "REMOVE_EMPTY(SEARCH('{AWS/Lambda,FunctionName} MetricName=\"Errors\"', 'Sum', $period))/$period", "id": "", "matchExact": true, - "metricName": "Invocations", + "metricName": "Errors", "namespace": "AWS/Lambda", "period": "$period", "refId": "A",