24 Feb 2023 09:00 AM - last edited on 13 Jun 2023 03:49 PM by Michal_Gebacki
Currently i am trying to estimate the needed DDU's for our AWS services across our organization. (lots of AWS accounts)
I understand that i can calculate the needed DDU's by counting the amount of Lambdas in all accounts. But what if some Lambdas aren't used. Do i still pay for them? Are they still polled every 5 minutes? And if so, would it be possible to exclude some Lambdas based on a tag/name?
Solved! Go to Solution.
24 Feb 2023 09:24 AM
Yes you would still get metrics for them even if they aren't called the metric would still report as 0.
You can filter based on existing AWS tags though, check out the documentation.
07 Mar 2023 09:28 AM
Hi. In the case of AWS Lambda there is no metrics if there is no instances running. The metrics are polled in the normal interval but in case there is no instance there is no metrics (also in the case of number of invocations: if there is no invocations there is no metric, you don't get a zero value in the metric).
You can check this with consumption metrics:
This is similar behaviour to other services: in the case there is no usage, there is no metrics (response time, errors, and so on) and so Dynatrace don't get metrics and there is no DDU consumption.