mirror of https://github.com/grafana/grafana.git
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:
parent
005da25698
commit
e3e0a1b8ca
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue