Hacker News new | ask | show | jobs
by kiitos 335 days ago
The "compressed form" of logs you're describing here is really just metrics...
1 comments

it's not, though. sometimes you need actual active logs to tell you that something is progressing.
You don't need logs for that, you can get it from metrics just fine. Via absolute value counters, or some kind of percentage-complete gauge, either way you can easily see progress over time...