diff --git a/doc/source/admin/osprofiler.rst b/doc/source/admin/osprofiler.rst index 74eb8954a..02c2b4dca 100644 --- a/doc/source/admin/osprofiler.rst +++ b/doc/source/admin/osprofiler.rst @@ -30,7 +30,7 @@ option without using ceilometer. Here just use Redis as an example, user can choose mongodb, elasticsearch, and `etc `_. Install Redis as the `centralized collector -`_ +`_. Redis in container is easy to launch, `choose Redis Docker `_ and run:: @@ -53,7 +53,7 @@ to the real IP:: Then restart zun-api and zun-compute (Attention, the newest version of Zun has move zun-api service to apache2 server. You can't restart the -service just in screen. Use "systemctl restart apache2" will work) +service just in screen. Use "systemctl restart apache2" will work). Use below commands to get the trace information:: @@ -73,5 +73,5 @@ Stop the Redis container, then run the command:: In the zun-api log, will see "ConnectionError: Error 111 connecting to :6379. ECONNREFUSED." That means that osprofiler will write the trace data to redis, but can't connect it. So the integration is fine. -/etc/zun/api-paste.ini file changed (change the pipeline) need to re-deploy -the devstack. +When /etc/zun/api-paste.ini file changed (change the pipeline), you need to +re-deploy the zun service.