https://konradreiche.com/blog/effective-error-monitoring-in-go
Most of the times errors are returned to the calling code. What happens at the end though? Log the error? Logging every error results in a monitoring system which is noisy and easy to ignore.
What if we let errors define whether they should be logged or not? This way errors can be categorized, tracked as metric and communicate to the calling code what to do with the error.
Lightning Talk, GopherCon 2022, Chicago
https://www.youtube.com/watch?v=R3PKNFU3GMw