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/02/19 20:09:50 UTC

[GitHub] larandersson opened a new pull request #116: Added extra columns to activation records summary rows

larandersson opened a new pull request #116: Added extra columns to activation records summary rows
URL: https://github.com/apache/incubator-openwhisk-client-go/pull/116
 
 
   ## Description
   Added extra columns for output from 'wsk activation list command'. The output now looks as indicated by the screenshot below.
   ![screenshot from 2019-02-19 20-57-23](https://user-images.githubusercontent.com/8848818/53043781-8ea73f00-3489-11e9-8202-0fc5adb3056d.png)
   
   Compared to current output, the following columns have been added:
   1. *Datetime*. Date and time of the start of the activation in ISO format
   2. *Kind*. The kind of the action, taken from the annotations of the activation. If undefined, *unknown* is output.
   3. *Start*. If container was started warm or cold, as indicated by the *initTime* annotation in the activation record.
   4. *Duration*. The duration of the activation. Provided in an appropriate measure, such as ms (milliseconds) or s (seconds).
   5. *Status*. The outcome of the activation, as indicated by the *statusCode* attribute of the activation record and translated to a descriptive text.
   6. *Entity*. The fully qualified entity name is provided as <namespace>/<package>/<name>:<version> 
   
   I have signed an ICLA.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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