Lambda concurrency metrics not showing in cloud-watch

0

Currently, we run several lambda functions in AWS. We have recently deployed a new function that is web-facing. This function needs to serve a high volume of end users thus requiring the use of provisioned concurrency. I have configured provisioned concurrency however can not see the following metrics.

  • ProvisionedConcurrentExecutions
  • ProvisionedConcurrencyUtilization
  • UnreservedConcurrentExecutions
  • ProvisionedConcurrencyInvocations
  • ProvisionedConcurrencySpilloverInvocations

I can confirm I have provisioned concurrency enabled and can see concurrent invocations via the ConcurrentExecutions metric.

已提问 1 年前482 查看次数
1 回答
0

Provisioned Concurrency works on specific function alias. Are you actually invoking the specific alias? Or are you invoking Latest? You should point your API to the specific alias.

profile pictureAWS
专家
Uri
已回答 1 年前
  • So we are currently using a function URL. Then assigning provisioned concurrency to a function version. This should use our latest published version. I belive $LATEST should call the latest function version for example 10 or 20 or 30.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则