Skip to content

Commit

Permalink
Set default Zipkin sample rate to 2.0 to always be bigger than 1.0 to…
Browse files Browse the repository at this point in the history
… collect all traces.
  • Loading branch information
xevix committed Aug 1, 2015
1 parent 1bfb9f3 commit 1d45887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vaygrant/provisioning/roles/global_env/templates/octoparts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export PLAY_ENV={{ play_env }}
export OCTOPARTS_LOG_DIR={{ octoparts_log_dir }}
export OCTOPARTS_ZIPKIN_HOST=localhost
export OCTOPARTS_ZIPKIN_PORT=9410
export OCTOPARTS_ZIPKIN_PORT=9410
export OCTOPARTS_ZIPKIN_SAMPLE_RATE=2.0

0 comments on commit 1d45887

Please sign in to comment.