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
This issue will track the development of sampling support.
As discussed in the SIG, the reason the sampling logic should be included in the eBPF code is that the span is created in eBPF, and so is the span context which contains the trace flags. The trace flags should be propagated to the child spans in the same process. Hence, sampling in Go code might be too late and won't reflect the sampling correctly. This behavior is described in the spec.
This issue will track the development of sampling support.
As discussed in the SIG, the reason the sampling logic should be included in the eBPF code is that the span is created in eBPF, and so is the span context which contains the trace flags. The trace flags should be propagated to the child spans in the same process. Hence, sampling in Go code might be too late and won't reflect the sampling correctly. This behavior is described in the spec.
Sampler
interface and configuration Add sampling config for instrumentation #982The text was updated successfully, but these errors were encountered: