sandeep-paliwal commented on a change in pull request #2282: Distributed
tracing support #2192
URL:
https://github.com/apache/incubator-openwhisk/pull/2282#discussion_r120910135
##########
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 wanted your inputs to make suggested changes around pluggability.
Is there already work going on around this(you had mentioned come prototype
under progress) which I need to wait and integrate with or is this something
which can be done independently on similar lines as you and @ddragosd had
discussed in previous comments?
I want to make sure changes I make are aligned to suggestions here.
----------------------------------------------------------------
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