This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
OpenTelemetry Middleware #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Using the middleware functionality available in the host, we should provide a crate that contains an OpenTracing middleware implementation. This should perform, at a minimum, the following:
ctx.tracing().set_baggage("key", "value");
where the actor developer does not have to maintain correlation IDs. Actors/actor SDK should not have the ability to create sub-spans or new spans.ctx.tracing().set_failed()
)This feature will require modifying the waSCC dispatch and multiplexing systems so that open tracing spans can be maintained across invocations.
This code should be an independently versioned repo/crate and should not be inside the main
wascc-host
repository.The text was updated successfully, but these errors were encountered: