Skip to content
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

[APM] Implement improvements to AWS Lambda metrics view #142328

Closed
2 tasks done
dannycroft opened this issue Sep 30, 2022 · 4 comments · Fixed by #143113
Closed
2 tasks done

[APM] Implement improvements to AWS Lambda metrics view #142328

dannycroft opened this issue Sep 30, 2022 · 4 comments · Fixed by #143113
Assignees
Labels
apm:lamba-extension APM UI label for all Lambda support apm:release-feature APM UI - Release Feature Goal apm:test-plan-done Pull request that was successfully tested during the test plan Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v8.6.0

Comments

@dannycroft
Copy link

dannycroft commented Sep 30, 2022

In 8.5, we successfully implemented the initial stage of our AWS Lambda metrics offering. We had great feedback from this and have been working on the next version of the AWS Lambda metrics view. This issue is to review and implement the latest designs to help improve the AWS Lambda experience on a services metrics tab. This work will be released under "Technical Preview" for v8.6.

Example Screen

lambda-metrics-ui

Notes

Links

#TODO (@cauemarcondes ):

@dannycroft dannycroft added Team:APM - DEPRECATED Use Team:obs-ux-infra_services. apm:lamba-extension APM UI label for all Lambda support apm:release-feature APM UI - Release Feature Goal v8.6.0 labels Sep 30, 2022
@dannycroft dannycroft changed the title [APM] Implement improvements to AWS Lambda metrics [APM] Implement improvements to AWS Lambda metrics view Sep 30, 2022
@cauemarcondes cauemarcondes self-assigned this Oct 3, 2022
@cauemarcondes
Copy link
Contributor

@AlexanderWert can you share how to correctly calculate the Estimated avg cost?

@AlexanderWert
Copy link
Member

@cauemarcondes This is a very good explanation: https://aws.amazon.com/lambda/pricing/

@AlexanderWert
Copy link
Member

AlexanderWert commented Oct 5, 2022

So basically: ( computeUsage * costFactor ) + ( numInvocations * costsPerInvocation )

@cauemarcondes
Copy link
Contributor

Regression issue opened: #146206

@cauemarcondes cauemarcondes added the apm:test-plan-done Pull request that was successfully tested during the test plan label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:lamba-extension APM UI label for all Lambda support apm:release-feature APM UI - Release Feature Goal apm:test-plan-done Pull request that was successfully tested during the test plan Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v8.6.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants