-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add badger to supported list of storage types #616
Conversation
Travis failed with a message about |
Codecov Report
@@ Coverage Diff @@
## master #616 +/- ##
==========================================
+ Coverage 91.18% 91.18% +<.01%
==========================================
Files 73 73
Lines 3651 3654 +3
==========================================
+ Hits 3329 3332 +3
Misses 228 228
Partials 94 94
Continue to review full report at Codecov.
|
@jpkrohling I ran the tests locally, so not sure when it reformatted to change that import - but hopefully fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment on the naming of the examples, but can be merged as-is.
apiVersion: jaegertracing.io/v1 | ||
kind: Jaeger | ||
metadata: | ||
name: simplest-with-badger-and-volume |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about with-badger-persistent
?
apiVersion: jaegertracing.io/v1 | ||
kind: Jaeger | ||
metadata: | ||
name: simplest-with-badger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just with-badger
?
Codecov Report
@@ Coverage Diff @@
## master #616 +/- ##
==========================================
+ Coverage 91.18% 91.18% +<.01%
==========================================
Files 73 73
Lines 3651 3654 +3
==========================================
+ Hits 3329 3332 +3
Misses 228 228
Partials 94 94
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #616 +/- ##
==========================================
+ Coverage 91.18% 91.18% +<.01%
==========================================
Files 73 73
Lines 3651 3654 +3
==========================================
+ Hits 3329 3332 +3
Misses 228 228
Partials 94 94
Continue to review full report at Codecov.
|
Signed-off-by: Gary Brown <[email protected]>
Signed-off-by: Gary Brown <[email protected]>
Signed-off-by: Gary Brown <[email protected]>
Signed-off-by: Gary Brown <[email protected]>
Fixes #564
Signed-off-by: Gary Brown [email protected]