diff options
author | Stephen Wong <stephen.kf.wong@gmail.com> | 2018-06-15 00:22:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-15 00:22:11 +0000 |
commit | d709d7b74006411fb268ada5e04bb7565f8f9bbc (patch) | |
tree | 82e0c35e6d3ef69f223df2431e39b03640ae02a3 /docs | |
parent | e634c7ba2046ce6881a78fc35060927e2b0b0670 (diff) | |
parent | d094e8e32dfa40c82abf215289c34a3f30fa856c (diff) |
Merge "Fix typo of Jaeger port"
Diffstat (limited to 'docs')
-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:: |