README.md
setup.py
faaspectre/__init__.py
faaspectre.egg-info/PKG-INFO
faaspectre.egg-info/SOURCES.txt
faaspectre.egg-info/dependency_links.txt
faaspectre.egg-info/not-zip-safe
faaspectre.egg-info/requires.txt
faaspectre.egg-info/top_level.txt
faaspectre/application/__init__.py
faaspectre/application/config.py
faaspectre/application/logger.py
faaspectre/application/ports/__init__.py
faaspectre/application/ports/instrumentation.py
faaspectre/application/ports/metric_storage.py
faaspectre/application/ports/serializer.py
faaspectre/application/use_case/__init__.py
faaspectre/application/use_case/job_execution_reporter.py
faaspectre/domain/__init__.py
faaspectre/domain/exceptions.py
faaspectre/domain/models.py
faaspectre/domain/status.py
faaspectre/domain/validators.py
faaspectre/infrastructure/__init__.py
faaspectre/infrastructure/adapters/__init__.py
faaspectre/infrastructure/adapters/instrumentation/__init__.py
faaspectre/infrastructure/adapters/instrumentation/psutil_instrumentation.py
faaspectre/infrastructure/adapters/serializer/__init__.py
faaspectre/infrastructure/adapters/serializer/firestore_serializer.py
faaspectre/infrastructure/adapters/storage/__init__.py
faaspectre/infrastructure/adapters/storage/firestore_metric_storage.py
faaspectre/infrastructure/utils/__init__.py
faaspectre/infrastructure/utils/firestore_client.py
faaspectre/utils/__init__.py
faaspectre/utils/datetime_utils.py
faaspectre/utils/error_formatter.py
faaspectre/utils/logger.py
faaspectre/utils/memory_tracker.py
faaspectre/utils/singleton.py
tests/__init__.py
tests/conftest.py
tests/faasjob/__init__.py
tests/faasjob/test_factory_function.py
tests/faasjob/application/__init__.py
tests/faasjob/application/test_config.py
tests/faasjob/application/test_logger.py
tests/faasjob/application/use_case/__init__.py
tests/faasjob/application/use_case/test_job_execution_reporter.py
tests/faasjob/domain/__init__.py
tests/faasjob/domain/test_models.py
tests/faasjob/domain/test_validators.py
tests/faasjob/infrastructure/__init__.py
tests/faasjob/infrastructure/adapters/__init__.py
tests/faasjob/infrastructure/adapters/serializer/__init__.py
tests/faasjob/infrastructure/adapters/serializer/test_firestore_serializer.py
tests/faasjob/infrastructure/adapters/storage/__init__.py
tests/faasjob/infrastructure/adapters/storage/test_firestore_metric_storage.py
tests/faasjob/utils/__init__.py
tests/faasjob/utils/test_memory_tracker.py
tests/faasjob/utils/test_utils.py