←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. SirHackalot ◴[] No.45082656[source]
It’s really not that bad, integrating it with dashboards is where I found most of the difficulty to be (due to bad documentation). I spent 4 days on implementing observability for this new backend project I’m working on. OTEL logging, tracing, and metric emission took less than a day to implement, instrumentation was very well documented. When I tried to integrate with Grafana dashboards, that’s when things started getting pretty frustrating…