def __init__()

in spectator/registry.py [0:0]


    def __init__(self, config: Config = Config()) -> None:
        self._config = config
        self._logger = logging.getLogger(__name__)
        self._writer = new_writer(config.location)
        self._logger.debug("Create Registry with extra_common_tags=%s", config.extra_common_tags)