-
Notifications
You must be signed in to change notification settings - Fork 288
Rename JAEGER_SAMPLER_MANAGER_HOST_PORT to JAEGER_SAMPLING_ENDPOINT #282
Comments
Suggestion: |
JAEGER_SAMPLER_MANAGER_HOST_PORT
to CONFIG_MGR_HOST_PORT
JAEGER_SAMPLER_MANAGER_HOST_PORT
to JAEGER_CONFIG_MGR_HOST_PORT
Be my guest! Just don't remove support for the old one right now. Rather, add the new env var |
…_PORT Fixes: jaegertracing#282 Signed-off-by: Masroor Hasan <[email protected]>
@jpkrohling Thanks! Put up a PR based on your feedback. Also renamed the env var to |
Introduce a new property, JAEGER_CONFIG_MANAGER_ENDPOINT, that should be set to the URL of the Jaeger Config Manager sampling endpoint. If not set, fall back to the now-deprecated JAEGER_SAMPLER_MANAGER_HOST_PORT as the host and port of the URL. If JAEGER_AGENT_HOST has been set as a property, further fall back to that value as the host of the URL (using the default port of 5778). This brings the SamplerConfiguration in-line with the Go client. See also: * jaegertracing#521 * jaegertracing#547 * jaegertracing/jaeger-client-go#326 * jaegertracing/jaeger-client-go#282 Signed-off-by: Luke Wood <[email protected]>
Introduce a new property, JAEGER_CONFIG_MANAGER_ENDPOINT, that should be set to the URL of the Jaeger Config Manager sampling endpoint. If not set, fall back to the now-deprecated JAEGER_SAMPLER_MANAGER_HOST_PORT as the host and port of the URL. If JAEGER_AGENT_HOST has been set as a property, further fall back to that value as the host of the URL (using the default port of 5778). This brings the SamplerConfiguration in-line with the Go client. See also: * jaegertracing#521 * jaegertracing#547 * jaegertracing/jaeger-client-go#326 * jaegertracing/jaeger-client-go#282 Signed-off-by: Luke Wood <[email protected]>
Introduce a new property, JAEGER_CONFIG_MANAGER_ENDPOINT, that should be set to the URL of the Jaeger Config Manager sampling endpoint. If not set, fall back to the now-deprecated JAEGER_SAMPLER_MANAGER_HOST_PORT as the host and port of the URL. If JAEGER_AGENT_HOST has been set as a property, further fall back to that value as the host of the URL (using the default port of 5778). This brings the SamplerConfiguration in-line with the Go client. See also: * jaegertracing#521 * jaegertracing#547 * jaegertracing/jaeger-client-go#326 * jaegertracing/jaeger-client-go#282 Signed-off-by: Luke Wood <[email protected]>
Introduce a new property, JAEGER_CONFIG_MANAGER_ENDPOINT, that should be set to the URL of the Jaeger Config Manager sampling endpoint. If not set, fall back to the now-deprecated JAEGER_SAMPLER_MANAGER_HOST_PORT as the host and port of the URL. If JAEGER_AGENT_HOST has been set as a property, further fall back to that value as the host of the URL (using the default port of 5778). This brings the SamplerConfiguration in-line with the Go client. See also: * jaegertracing#521 * jaegertracing#547 * jaegertracing/jaeger-client-go#326 * jaegertracing/jaeger-client-go#282 Signed-off-by: Luke Wood <[email protected]>
Introduce a new property, JAEGER_CONFIG_MANAGER_ENDPOINT, that should be set to the URL of the Jaeger Config Manager sampling endpoint. If not set, fall back to the now-deprecated JAEGER_SAMPLER_MANAGER_HOST_PORT as the host and port of the URL. If JAEGER_AGENT_HOST has been set as a property, further fall back to that value as the host of the URL (using the default port of 5778). This brings the SamplerConfiguration in-line with the Go client. See also: * jaegertracing#521 * jaegertracing#547 * jaegertracing/jaeger-client-go#326 * jaegertracing/jaeger-client-go#282 Signed-off-by: Luke Wood <[email protected]>
@yurishkuro @jpkrohling I see this issue already has a referenced PR #325 As yuri stated: |
JAEGER_SAMPLER_MANAGER_HOST_PORT
to JAEGER_CONFIG_MGR_HOST_PORT
Yes, I believe it does make sense to use @masroorhasan, you are very close with that PR. Would you like to continue working on that? |
The Java and Go issues are cross-referencing each other saying "do like it's done in {other ticket}". We should have a language-agnostic issue in the main repo, agree on the name and the need for the change, and then follow through in different languages. |
Let's resolve this first: jaegertracing/jaeger#1849 |
Solved by #511. |
As per #275 (comment) . This change needs to be coordinated with a change to the Java client.
Update 2020-02-07
Per jaegertracing/jaeger#1849, we want to go with the name
JAEGER_SAMPLING_ENDPOINT
.The text was updated successfully, but these errors were encountered: