hapijs / good

hapi process monitoring
Other
525 stars 160 forks source link

Question:Ops metrics in Dockerized application #619

Closed veerugp closed 5 years ago

veerugp commented 5 years ago

good provides the System performances like CPU, disk and other metrics of host system as mentioned here. In a dockerized Hapi.js application with good plugin, these metrics does not belong to host system. So, how to interpret these metrics like CPU, disk, memory etc.?

Nargonath commented 5 years ago

I'm not a devOps but In containerized application I would think you'd use other tools to monitor your docker container. Each container should have a single responsibility hence I don't think it makes sense to monitor from hapi itself but rather from your docker management system IMO.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.