top | item 45159108

(no title)

curious_curios | 5 months 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.

discuss

order

diegojromero|5 months ago

Well, 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).

About the cost, AFAIK it is not prohibitive.

I will continue working as I was, thanks for your opinion!