openzipkin-contrib / play-zipkin-tracing

Provides distributed tracing for Play Framework and Akka using Zipkin.
Apache License 2.0
48 stars 19 forks source link

How to turn off ? #39

Closed JaryZhen closed 6 years ago

JaryZhen commented 6 years ago

LIke the Log4j If I don't want to trace.How to stop it. Or I just kill the Zipkin Server?

shimamoto commented 6 years ago

The easiest way to disable zipkin tracing is to set the sample rate to 0, that is, the trace.zipkin.sample-rate property in application.conf to 0.