Open
Description
Problem Statement
otelgin instrumentation doesn't provide a way to add extra attributes, links, etc. to the spans it generates, like the otelhttp instrumentation does.
Proposed Solution
Add a WithSpanOptions(opts ...trace.SpanStartOption) otelgin.Option
.