tom-pytel opened a new pull request #145: URL: https://github.com/apache/skywalking-python/pull/145
This is for merging after #143 (it does include all the changes from that PR which has already been approved but not yet merged). This cleans up the Tag mechanism as follows: * Each Tag is not its own individual class, which allows 'overridable' to be property of the tag and not specified at tag instantiate. * Should be more performant. * Key changes `url` -> `http.url` and `status.code` -> `http.status.code` to match Node agent. -- 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]
