diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-05-08 16:34:23 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-05-08 16:34:23 +0800 |
commit | d094e8e32dfa40c82abf215289c34a3f30fa856c (patch) | |
tree | b7105b2144d6c28a80958b6e7ebc9bd17e6ceb68 | |
parent | 115d3c9ba4de194534cdf0be827c16e04e49951b (diff) |
Fix typo of Jaeger port
Change-Id: I70b766fe26e750fef6a622344d69ad4f6e2b8962
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | docs/release/configguide/sdc_config_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/configguide/sdc_config_guide.rst b/docs/release/configguide/sdc_config_guide.rst index be0c86e..b95b6cf 100644 --- a/docs/release/configguide/sdc_config_guide.rst +++ b/docs/release/configguide/sdc_config_guide.rst @@ -314,7 +314,7 @@ following command: istio-system jaeger-deployment NodePort 10.105.94.85 <none> 16686:32174/TCP istio-system prometheus NodePort 10.97.74.230 <none> 9090:32708/TCP -In the example above, the Jaeger tracing web-based UI will be available on port 32171 and +In the example above, the Jaeger tracing web-based UI will be available on port 32174 and the Prometheus monitoring UI on port 32708. In your browser, navigate to the following URLs for Jaeger and Prometheus respectively:: |