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
This commit is contained in:
Kevin Yu 2025-09-05 14:01:56 -07:00 committed by GitHub
parent 005da25698
commit e3e0a1b8ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",