-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 OTEL ingester component #2225
Add OTEL ingester component #2225
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2225 +/- ##
==========================================
+ Coverage 96.16% 96.18% +0.01%
==========================================
Files 219 219
Lines 10632 10632
==========================================
+ Hits 10224 10226 +2
+ Misses 352 351 -1
+ Partials 56 55 -1
Continue to review full report at Codecov.
|
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
0a85c85
to
0bcda88
Compare
|
||
storageType := os.Getenv(storage.SpanStorageTypeEnvVar) | ||
if storageType == "" { | ||
storageType = "cassandra" |
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.
Just a note: We should discuss this as part of the 2.0 tracker - as Uber are not necessarily going to stick with cassandra, so possibly there shouldn't be a default.
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.
+1 could you please create an issue for it in area/otel?
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.
Resolves #2205
Signed-off-by: Pavol Loffay ploffay@redhat.com