jaegertracing / jaeger-client-go

🛑 This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
1.39k stars 288 forks source link

A Questions about sampling rate #599

Closed wangpu666 closed 3 years ago

wangpu666 commented 3 years ago

After sampling is set in jaeger-client-go, is the data discarded in the client or collector?Which position of the code can illustrate this?

yurishkuro commented 3 years ago

The client discards the unsampled data

wangpu666 commented 3 years ago

thank you very much