- Notifications
You must be signed in to change notification settings - Fork 508
[AWS Lambda] Add lambda logs overview dashboard #14181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AWS Lambda] Add lambda logs overview dashboard #14181
Conversation
🚀 Benchmarks reportTo see the full report comment with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the dashboard to the existing AWS dashboard as a link panel so customers can have all Lambda signals in one place
… AWS lambda integration
@daniela-elastic , The above-mentioned suggested changes are applied. I have updated the screenshots. Please take a look. |
|
💚 Build Succeeded
History
cc @agithomas |
| To improve clarity, we may want to rename the dashboard titles. The metrics overview dashboard is missing a high-level summary, and the logs overview includes a summary that references both metrics and logs, which is confusing. We should consider renaming the panels to make them more generic |
These are beyond the scope of this PR. I will create a separate ER issue mentioning your suggestions.
Are you referring to using
As you could see in the screenshot, it uses timeseries in the horizontal axis. The value in a specific timeslice / datapoint is Is your suggestion replacing If yes, do you also consider substituting
This is not part of the scope of this PR. I will add this point to a spearate ER
This is true. Each invocation of a Lambda function publishes a “REPORT” log entry at the end of the invocation. The entry provides details about the actual duration, billed duration, and amount of memory used and these comes under the metrics category and are the ones that are displayed under the Logs overview dashboard. |
| @muthu-mps, please find the ER issue created to track the dashboard improvement suggestions you shared. |
Thanks @agithomas! |
No
Yes, WDYT?
I am looking into the metric name, As we have 3 different duration values, I hope the duration is not overall duration.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we stick not to change the names for the memory panels. Change looks good!
| Package aws - 3.7.0 containing this change is available at https://epr.elastic.co/package/aws/3.7.0/ |






Proposed commit message
Add AWS Lambda logs overview dashboard
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
elastic-package build && elastic-package stack up -v -d --services package-registryRelated issues
#14070
Screenshots
Metrics overview dashboard
Log overview dashboard