sandeep-paliwal commented on a change in pull request #2282: Distributed tracing support #2192 URL: https://github.com/apache/incubator-openwhisk/pull/2282#discussion_r119350007
########## File path: common/scala/src/main/scala/whisk/core/connector/Message.scala ########## @@ -53,7 +54,8 @@ case class ActivationMessage( activationId: ActivationId, activationNamespace: EntityPath, content: Option[JsObject], - cause: Option[ActivationId] = None) + cause: Option[ActivationId] = None, + traceMetadata: Option[SpanMetadata] = None) Review comment: @rabbah You had mentioned that there is already a prototype being developed to make logs pluggable. Are you suggesting that Tracing can be made pluggable on top of these mentioned log changes (I am assuming that there would be some core changes added to Openwhisk to support plugins in general )? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services