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
Currently SpanFilter is a global way of filtering out whether a FinishedSpan should be exported or not. We should rename SpanFilter to SpanExportingPredicate to avoid confusion. SpanFilter then would give an option to mutate spans before they are reported to a n external system. We want to keep consistent nomenclature with ObservationFilter and MeterFilter.
The text was updated successfully, but these errors were encountered:
Currently
SpanFilter
is a global way of filtering out whether aFinishedSpan
should be exported or not. We should renameSpanFilter
toSpanExportingPredicate
to avoid confusion.SpanFilter
then would give an option to mutate spans before they are reported to a n external system. We want to keep consistent nomenclature withObservationFilter
andMeterFilter
.The text was updated successfully, but these errors were encountered: