Fixes #445, #158 This PR addresses some Jaeger receiver config cleanup as well as makes some breaking changes to the way the config is handled. See below for details. **Fixes/Updates** - Disabled flag is respected per protocol - Unspecified protocols will no longer be started - Empty protocol configs can now be specified to start the protocol with defaults. e.g. ``` jaeger: protocols: grpc: ``` - Updated readmes - Naming and behavior of per protocol Addr/Enabled functions in `trace_reciever.go` has been standardized. - Added thrift tchannel test to meet code coverage **Breaking Change** Changed the way an empty `jaeger:` config is handled. An empty/default config does not start any jaeger protocols. Previously it started all three collector protocols. This is a consequence of not starting unspecified protocols. |
||
---|---|---|
.. | ||
configcheck | ||
configerror | ||
configgrpc | ||
configmodels | ||
testdata | ||
config.go | ||
config_test.go | ||
example_factories.go | ||
example_factories_test.go | ||
test_helpers.go |