Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
petemounce authored Jul 18, 2016
1 parent ca720cf commit ce39713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ service/environment.
var config = new ZipkinConfig
{
Bypass = request => request.Uri.AbsolutePath.StartsWith("/allowed"),
Domain = request => new Uri("https://yourservice.com"), // or, you might like to derive a value from the request, like r => new Uri($"{r.Scheme}://{r.Host}"),
Domain = request => new Uri("https://yourservice.com"), // or, you might like to derive a value from the request, like r => new Uri($"{r.Scheme}{Uri.SchemeDelimiter}{r.Host}"),
ZipkinBaseUri = new Uri("http://zipkin.xyz.net:9411"),
SpanProcessorBatchSize = 10,
SampleRate = 0.5,
Expand Down

0 comments on commit ce39713

Please sign in to comment.