Skip to content
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

Merged
merged 7 commits into from
May 7, 2020

Conversation

pavolloffay
Copy link
Member

Resolves #2205

Signed-off-by: Pavol Loffay ploffay@redhat.com

@pavolloffay pavolloffay requested a review from a team as a code owner May 6, 2020 16:10
@pavolloffay pavolloffay requested a review from vprithvi May 6, 2020 16:10
@pavolloffay pavolloffay requested review from objectiser and removed request for vprithvi May 6, 2020 16:10
@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #2225 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
cmd/query/app/server.go 94.52% <0.00%> (+2.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f09872e...0bcda88. Read the comment docs.

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@pavolloffay pavolloffay force-pushed the otel-ingester-add branch from 0a85c85 to 0bcda88 Compare May 7, 2020 08:31

storageType := os.Getenv(storage.SpanStorageTypeEnvVar)
if storageType == "" {
storageType = "cassandra"
Copy link
Contributor

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.

Copy link
Member Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pavolloffay pavolloffay merged commit e624cea into jaegertracing:master May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Jaeger ingester OpenTelemetry distribution
2 participants