You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OtelSpan class implementing the Span interface is package private, which makes it not possible to act on the underlying OpenTelemetry Span object (unless Reflection is used). One use case for this would be to add structured events to a Span (necessary until micrometer-metrics/micrometer#5238 is implemented).
That is different from the BraveSpan class, which is set as public.
Is it possible to make OtelSpan public in the 1.3.x release line?
The text was updated successfully, but these errors were encountered:
ThomasVitale
added a commit
to ThomasVitale/micrometer-tracing
that referenced
this issue
Aug 13, 2024
The
OtelSpan
class implementing theSpan
interface is package private, which makes it not possible to act on the underlying OpenTelemetry Span object (unless Reflection is used). One use case for this would be to add structured events to a Span (necessary until micrometer-metrics/micrometer#5238 is implemented).That is different from the
BraveSpan
class, which is set as public.Is it possible to make
OtelSpan
public in the 1.3.x release line?The text was updated successfully, but these errors were encountered: