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 2022/04/02 23:50:51 UTC

[GitHub] [openwhisk] justinsj edited a comment on issue #5195: How can I trace a request

justinsj edited a comment on issue #5195:
URL: https://github.com/apache/openwhisk/issues/5195#issuecomment-1086743631


   The request information from `wsk activation get {activationId}` includes information on the:
   - duration : execution time
   - initTime: time to initialize the container (only present if invocation was a cold start)
   - waitTime: time from controller receiving the action and invoker provisioning a container
   
   [Source](https://github.com/apache/openwhisk/blob/master/docs/annotations.md)
   
   Hope this helps!


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org