forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YAAAAS - Yet Another Attempt At Adaptive Sampling (jaegertracing#2966)
* Original PR Signed-off-by: Joe Elliott <[email protected]> Co-authored-by: Ashmita Bohara [email protected] * cleaned up tests and config factory logic Signed-off-by: Joe Elliott <[email protected]> * Wire up lock/samplingstore Signed-off-by: Joe Elliott <[email protected]> * changelog Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]> * Added method for conditionally instantiating the lock and sampling store Signed-off-by: Joe Elliott <[email protected]> * Additional tests Signed-off-by: Joe Elliott <[email protected]> * Passed appropriate settings and added override hostname Signed-off-by: Joe Elliott <[email protected]> * pass hostname to lock Signed-off-by: Joe Elliott <[email protected]> * First pass cassandra tables Signed-off-by: Joe Elliott <[email protected]> * schema cleanup. start electionParticipant Signed-off-by: Joe Elliott <[email protected]> * revert cqlsh path Signed-off-by: Joe Elliott <[email protected]> * compose updates Signed-off-by: Joe Elliott <[email protected]> * Pass in processspan Signed-off-by: Joe Elliott <[email protected]> * Rearranged hotrod startup to allow env override Signed-off-by: Joe Elliott <[email protected]> * call aggregator.Stop() Signed-off-by: Joe Elliott <[email protected]> * Made aggregator make sense Signed-off-by: Joe Elliott <[email protected]> * Added additional processors test Signed-off-by: Joe Elliott <[email protected]> * Added CreateLockAndSamplingStore tests Signed-off-by: Joe Elliott <[email protected]> * remove overrideHostname in favor of a short random postfix Signed-off-by: Joe Elliott <[email protected]> * added hostname Signed-off-by: Joe Elliott <[email protected]> * Update storage/factory.go Co-authored-by: Juraci Paixão Kröhling <[email protected]> Signed-off-by: Joe Elliott <[email protected]> * lint really wants crypto/rand Signed-off-by: Joe Elliott <[email protected]> * logger to last param Signed-off-by: Joe Elliott <[email protected]> * io.Closer Signed-off-by: Joe Elliott <[email protected]> * log error on aggregator close Signed-off-by: Joe Elliott <[email protected]> * Added mocks to test that the right values are returned Signed-off-by: Joe Elliott <[email protected]> * Improved unique name logging Signed-off-by: Joe Elliott <[email protected]> * make fmt Signed-off-by: Joe Elliott <[email protected]> * Additional testing Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]> * fix test Signed-off-by: Joe Elliott <[email protected]> * tests Signed-off-by: Joe Elliott <[email protected]> * getParam => samplerParamToFloat Signed-off-by: Joe Elliott <[email protected]> * Removed requirelockandsamplingstore Signed-off-by: Joe Elliott <[email protected]> * use constants for constants Signed-off-by: Joe Elliott <[email protected]> * Split out sampling store interface Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]> * tests Signed-off-by: Joe Elliott <[email protected]> * Move changelog entry Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Juraci Paixão Kröhling <[email protected]> Co-authored-by: Juraci Paixão Kröhling <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
6685913
commit e345aa7
Showing
42 changed files
with
1,010 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.