My experience is that metrics may tell you something is wrong, but logs are required to tell you what went wrong and why.
A simple fixed-length rolling buffer can get you pretty far for logging, but it isn't something you necessarily want to get off-device except when something bad has happened.
Comments
My experience is that metrics may tell you something is wrong, but logs are required to tell you what went wrong and why.
A simple fixed-length rolling buffer can get you pretty far for logging, but it isn't something you necessarily want to get off-device except when something bad has happened.