You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/05/30 06:56:10 UTC

[GitHub] [incubator-openwhisk] chetanmeh opened a new issue #4498: Capture container allocation time in Activation record

chetanmeh opened a new issue #4498: Capture container allocation time in Activation record
URL: https://github.com/apache/incubator-openwhisk/issues/4498
 
 
   Currently Invoker captures the time spent for an activation to start processing as `waitTime`. It consist of time spent in kafka + time spent allocating a container. Further for sequences the `waitTime` is recorded as zero 
   
   https://github.com/apache/incubator-openwhisk/blob/658516e6db1bf65ea4bd82e2b5e1ef10f69e0391/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala#L734-L740
   
   For setups where Invoker is using a container orchestrator like k8s or Mesos the container allocation time may be a significant component for cold starts. It would be useful to capture this time in activation and also make it part of user events

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services