Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #30 from RuntimeTools/lintfailure
Browse files Browse the repository at this point in the history
Update appmetrics-zipkin.js
  • Loading branch information
stalleyj authored Mar 19, 2018
2 parents 3765711 + 43d6292 commit 9da81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appmetrics-zipkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function start(options) {
port = 9411;
}
if (!sampleRate) {
sampleRate = 1.0
sampleRate = 1.0;
}

// Test if the host & port are valid
Expand Down

0 comments on commit 9da81cb

Please sign in to comment.