-
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
Redundant flag --reporter.type=grpc when used along with --reporter.grpc.host-port? #1376
Comments
this is because of backward compatibility. Before we had only one reporter - tchannel. We will be changing default reporter to grpc in the next release #1218. |
Ah, that makes sense @pavolloffay We could in the next release, check for the presence of either We could mark this a "good first issue". |
I prefer to keep the selector flag until we remove tchannel completely, because if we only rely on the presence of the |
@annanay25 I will close this for now. We also don't want to remove flags as it causes a breaking change so this could happen soonest with the next major version. |
Sure, thanks! :) |
Requirement - what kind of business use case are you trying to solve?
Make agent config flags more intuitive.
Problem - what in Jaeger blocks you from solving the requirement?
Jaeger agent deployment as of now requires the use of
--reporter.type=grpc --reporter.grpc.host-port=host:port
to report to collector using grpc.Proposal - what do you suggest to solve the problem or improve the existing situation?
Remove the redundant flag as passing
--reporter.grpc.host-port=host:port
is sufficient to specify GRPC usage; similar to how--reporter.tchannel.host-port=host:port
is sufficient to specifytchannel
use.Any open questions to address
_
The text was updated successfully, but these errors were encountered: