←back to thread

116 points ndhandala | 1 comments | | HN request time: 0s | source
Show context
psnehanshu ◴[] No.45082515[source]
The amount of additional code that it needs is horrible. We will now have to spend more brain juice on telemetry when working on a feature.
replies(6): >>45082539 #>>45082656 #>>45082860 #>>45083156 #>>45084271 #>>45084719 #
1. diegojromero ◴[] No.45084719[source]
Thanks for your comment! It has given me an idea for a project: a simple library that provides a Python decorator that can be used to include basic telemetry for functions in Python code (think spans with the input parameters as attributes): https://github.com/diegojromerolopez/otelize

Feedback welcome!