Have you ever though "boy I love distributed tracing, but I wish I could add kernel produced spans to my traces"?
Well, now you can! I just published ebpf_exporter v2.4.0 and it can now create kernel spans that are integrated in your normal traces.
See: https://github.com/cloudflare/ebpf_exporter/releases/tag/v2.4.0
The most interesting example is producing network related spans, like TCP retransmits or SKB drops. Here's a screenshot of a whole bunch of them attached to a userspace trace.