-
Notifications
You must be signed in to change notification settings - Fork 432
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
feat: Fix Cost Calculation for AWS CloudFront Distributions & Functions #1123
feat: Fix Cost Calculation for AWS CloudFront Distributions & Functions #1123
Conversation
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Hey @bishal7679 I think their is some unresolved path issue from frontend, maybe rebase issue or something to do with git can you check |
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
@AvineshTripathi @mlabouardy I tried a lot to fix this linting issue but weirdly it is throwing error that |
Ya there is some weird behaviour recently, I see the same error for #1125 |
@AvineshTripathi I have a fix in my PR. It is the result of a previous merge conflict. |
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Problem #877
Currently, cost for AWS CloudFront is full static and showing wrong.
Solution
This PR is fixing that issue by adding more metrics for
lambda-edge-duration
,lambda-edge-requests
,origin-shield-request
with pricemap fetching.Changes Made
AmazonCloudFront
service code and appropriate filters.lambda-edge-duration
,lambda-edge-requests
,origin-shield-request
metrics using CloudWatchChecklist
Pricingoutput :-
pricing.json
REF :- #1083