Skip to content

Commit

Permalink
Lower jaegar BufferMaxCount (#3188)
Browse files Browse the repository at this point in the history
* Lower BufferMaxCount

* revert tools/cluster-pk-manager/client/main.go
  • Loading branch information
prestonvanloon authored Aug 13, 2019
1 parent 551ed1d commit fa0ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/tracing/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Setup(serviceName, processName, endpoint string, sampleFraction float64, en
jaeger.StringTag("version", version.GetVersion()),
},
},
BufferMaxCount: 256 * 1e6, // 256Mb
BufferMaxCount: 10000,
OnError: func(err error) {
log.WithError(err).Error("Failed to process span")
},
Expand Down

0 comments on commit fa0ef76

Please sign in to comment.