markusthoemmes commented on a change in pull request #2968: add additional
metrics and logs
URL:
https://github.com/apache/incubator-openwhisk/pull/2968#discussion_r164690330
##########
File path: common/scala/src/main/scala/whisk/common/Logging.scala
##########
@@ -248,6 +251,8 @@ object LoggingMarkers {
val INVOKER_ACTIVATION = LogMarkerToken(invoker, activation, start)
def INVOKER_DOCKER_CMD(cmd: String) = LogMarkerToken(invoker,
s"docker.$cmd", start)
def INVOKER_RUNC_CMD(cmd: String) = LogMarkerToken(invoker, s"runc.$cmd",
start)
+ def INVOKER_CONTAINER_START(actionName: String, namespaceName: String,
containerState: String) =
+ LogMarkerToken(invoker,
s"container_start_${containerState}_${namespaceName}_$actionName", count)
Review comment:
Same as below, would be `EntityName`. Is that much more valuable?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services