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.
Rename strategy store to sampling strategy provider (jaegertracing#5634)
## Which problem is this PR solving? - The original naming was confusing, as both static & adaptive implementations were returning, but not storing the sampling strategies. There was also another confusion between "strategy store" (aka provider) and "sampling store" (an actual storage that records throughputs and calculated strategies but only for adaptive sampling). ## Description of the changes - Rename packages, interfaces, methods, and variables - Move `calculationstrategy` package inside `adaptive` as it's not used anywhere else ## How was this change tested? - `go run ./cmd/collector` and `go run ./cmd/all-in-one` must compile Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
082d2e0
commit d8185ac
Showing
60 changed files
with
336 additions
and
330 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
Oops, something went wrong.