←back to thread

116 points ndhandala | 1 comments | | HN request time: 0.423s | 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 #
1. bboreham ◴[] No.45084887[source]
Span has a beginning and an end time. Event typically just has a time when it happened.