Instead of relying on __name__ when we get tracers / meters / loggers we should hardcode the instrumentation names so that it's not dependent on the file the code is. A good candidate where to add a variable containing that may be the package.py file. We should also add tests to avoid changing that by mistake.