From 616b1e239a5e8b204258c12c0431c1b6040c2d1f Mon Sep 17 00:00:00 2001 From: "reynaldi.wijaya" Date: Tue, 21 May 2019 18:14:33 +0800 Subject: [PATCH] UPT: Opentracing configmap documentation --- docs/user-guide/third-party-addons/opentracing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-guide/third-party-addons/opentracing.md b/docs/user-guide/third-party-addons/opentracing.md index dc530c2ae..18b41b00c 100644 --- a/docs/user-guide/third-party-addons/opentracing.md +++ b/docs/user-guide/third-party-addons/opentracing.md @@ -52,6 +52,13 @@ jaeger-sampler-type # specifies the argument to be passed to the sampler constructor, Default: 1 jaeger-sampler-param +# Specifies the custom remote sampler host to be passed to the sampler constructor. Must be a valid URL. +# Default: http://127.0.0.1 +jaeger-sampler-host + +# Specifies the custom remote sampler port to be passed to the sampler constructor. Must be a number. Default: 5778 +jaeger-sampler-port + # specifies the port to use when uploading traces, Default 8126 datadog-collector-port