Hacker News new | ask | show | jobs
by kixelated 336 days ago
Absolutely.

Logs should be bursty, because they're most useful when debugging rare issues. If you have identical log lines, then that should have been a metric instead.

Metrics should be sampled based on frequency, because they deduplicate. I'm a huge fan of logarithmically sampling metrics.