markusthoemmes commented on a change in pull request #2968: add additional
metrics and logs
URL:
https://github.com/apache/incubator-openwhisk/pull/2968#discussion_r164690229
##########
File path: common/scala/src/main/scala/whisk/common/Logging.scala
##########
@@ -238,6 +239,8 @@ object LoggingMarkers {
// Check invoker healthy state from loadbalancer
val LOADBALANCER_INVOKER_OFFLINE = LogMarkerToken(loadbalancer,
"invokerOffline", count)
val LOADBALANCER_INVOKER_UNHEALTHY = LogMarkerToken(loadbalancer,
"invokerUnhealthy", count)
+ def LOADBALANCER_ACTIVATION_START(namespaceId: String) =
Review comment:
The alternative type here would be `EntityName` and I don't see much value
in adding those.
----------------------------------------------------------------
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