Skip to content

Commit

Permalink
Default to use sample everything in dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Hu committed Oct 31, 2012
1 parent 636993f commit c05ab2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zipkin-collector-service/config/collector-dev.scala
Expand Up @@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import com.twitter.zipkin.collector.sampler.EverythingGlobalSampler
import com.twitter.zipkin.config._
import com.twitter.zipkin.config.sampler.NullAdaptiveSamplerConfig
import com.twitter.zipkin.config.zookeeper.ZooKeeperConfig
Expand Down Expand Up @@ -60,6 +62,9 @@ new ScribeZipkinCollectorConfig {

override def adaptiveSamplerConfig = new NullAdaptiveSamplerConfig {}

/* */
override def globalSampler = EverythingGlobalSampler

def zkConfig = new ZooKeeperConfig {
servers = List("localhost:2181")
}
Expand Down

0 comments on commit c05ab2b

Please sign in to comment.