canonical / data-platform-libs

A collection of charm libraries curated by the Data Platform Team
https://charmhub.io/data-platform-libs
Apache License 2.0
10 stars 9 forks source link

[MISC] update wrapper methods context #187

Open gboutry opened 1 month ago

gboutry commented 1 month ago

Update the wrapper methods context to the wrapped method.

Fix #186

This will make it easier to follow traced method in tracing tools (or even logs, if print method name in them)

gboutry commented 3 weeks ago

Force push is rebase on main + incrementing libpatch

juditnovak commented 1 week ago

@gboutry A one-character fix is required so that the tests could pass. I aplogize it's my fault. (We need the pipeline to be green so we could merge...)

You can find the fix on my replica of your PR https://github.com/canonical/data-platform-libs/pull/192