5 ms·
If you’re getting value from it, keep adding it! Two cases where this advice breaks down: - If the telemetry boilerplate code starts hampering your ability to
by curious_curios 1y ago
If you’re getting value from it, keep adding it!
Two cases where this advice breaks down:
- If the telemetry boilerplate code starts hampering your ability to read and reason about the underlying business logic code.
- When your observability bill gets too big.
- diegojromero 1y agoWell, I was so worried about boilerplate that I created a Python decorator for avoiding polluting the code with so much of that (https://github.com/diegojromerolopez/otelize https://github.com/diegojromerolopez/otelize). About the cost, AFAIK it is not prohibitive. I will continue working as I was, thanks for your opinion!