←back to thread

116 points ndhandala | 1 comments | | HN request time: 0s | source
Show context
zug_zug ◴[] No.45082843[source]
This is sort of all just a reframing of existing technologies.

Span = an event (which is bascially just a log with an associated trace), and some data fields. Trace = a log for a request with a unique Id.

A useful thing about opentelemetry is that there's auto-instrumentation so you can get this all out-of-the-box for most JVM apps. Of course you could probably log your queries instead, so it's not necessarily a game-changer but a nice-to-have.

Also the standardization is nice.

replies(3): >>45083789 #>>45083847 #>>45084887 #
tnolet ◴[] No.45083847[source]
yeah, but spans can have events!
replies(1): >>45090892 #
1. freetonik ◴[] No.45090892[source]
So, events are recursive?