нового сервиса?
я набросал
Logs should be in json format and service should send log to STDOUT
Services must be able to reconnect to any of their dependencies
All configuration parameters of service should be configured via environment variables.
Service should return metrics via http on prometheus format: url IP/metrics
Service must support multiple instances. Minumal count of service is 5
Version have major version, minor version, patch version example. v1.0.0
Service must return via http on prometheus format their dependency and dependency status.
подскажите, что я забыл и что стоит дописать?
Вообще похоже на кальку с https://12factor.net/ > All configuration parameters of service should be configured via environment variables. Я все-таки считаю что это не стоит в абсолют возводить, т.к. если параметров реально очень много, удобнее хранить их в конфиг файле. > Service must support multiple instances. Minumal count of service is 5 Если сервис stateless, то это должно выполняться по умолчанию. В противном случае это должны формулировать разработчики, как именно экземпляры будут координироваться. > Version have major version, minor version, patch version example. v1.0.0 https://semver.org/ > Service must return via http on prometheus format their dependency and dependency status. Вот это вообще не распарсил, какой-то сломанный английский
Обсуждают сегодня