Lower jaegar BufferMaxCount (#3188)

* Lower BufferMaxCount

* revert tools/cluster-pk-manager/client/main.go
This commit is contained in:
Preston Van Loon 2019-08-12 22:50:47 -04:00 committed by GitHub
parent 551ed1d335
commit fa0ef76561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
},