tom-pytel opened a new pull request #132: URL: https://github.com/apache/skywalking-python/pull/132
Added explicit component inheritance. This means that plugins must explicitly say they inherit from a specific component in order to be able to inherit and reuse a parent span (like `Component.Flask` inheriting from an http server `Component.General`). If there is no match then a new `Span` is created even if it is the same kind. This is mostly to allow different kinds of exit spans to be created during the processing of some parent exit span which causes certain operations (like db access or message send). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
