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

Allow thrift reporter even if grpc hosts are not provided #1400

Merged

Conversation

pavolloffay
Copy link
Member

Resolves #1395

Signed-off-by: Pavol Loffay [email protected]

Signed-off-by: Pavol Loffay <[email protected]>
@codecov
Copy link

codecov bot commented Mar 4, 2019

Codecov Report

Merging #1400 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1400   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         164     164           
  Lines        7488    7502   +14     
======================================
+ Hits         7488    7502   +14
Impacted Files Coverage Δ
cmd/agent/app/reporter/tchannel/flags.go 100% <ø> (ø) ⬆️
cmd/agent/app/builder.go 100% <100%> (ø) ⬆️

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 7c1d4ca...eab8541. Read the comment docs.

assert.Nil(t, proxy)
} else {
require.NoError(t, err)
proxy.GetReporter().EmitBatch(jaeger.NewBatch())
Copy link
Member

Choose a reason for hiding this comment

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

Where is the batch being sent?

Copy link
Member Author

Choose a reason for hiding this comment

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

nowhere I just need metrics to log it

@pavolloffay pavolloffay merged commit f7a7ef5 into jaegertracing:master Mar 4, 2019
@ghost ghost removed the review label Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants