←back to thread

116 points ndhandala | 1 comments | | HN request time: 0.224s | 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. matsemann ◴[] No.45082860[source]
I don't really agree. It's mostly setup done once. Like configuring it and for example attaching some span generator to the library you use to talk with the database. Then future queries get it "for free". And just a single line if you want something custom if you have an annotation in java or using with in python for instance.