Gallardot commented on issue #7795: URL: https://github.com/apache/apisix/issues/7795#issuecomment-1227074318
ref: https://github.com/openzipkin/b3-propagation#sampling-state ``` Sampling is a mechanism to reduce the volume of data that ends up in the tracing system. In B3, sampling applies consistently per-trace: once the sampling decision is made, the same value should be consistently sent downstream. ``` Even if the data is not sampled, the logic of the relevant phase should still be executed. But the final span data is not sent to the zipkin server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
