Add connection string usage to osprofiler-cli

Change-Id: I90c6bf701667f9dddb880151047d24253000a7e6
This commit is contained in:
Alexey Yelistratov 2016-08-05 18:09:19 +03:00
parent dd99f96694
commit b57ebf9a2a
1 changed files with 6 additions and 0 deletions

View File

@ -179,3 +179,9 @@ Available commands:
.. parsed-literal::
$ osprofiler trace show <trace_id> --json/--html --out /path/to/file
* Using other storage drivers (e.g. MongoDB, ElasticSearch):
.. parsed-literal::
$ osprofiler trace show <trace_id> --connection-str=<URI> --json/--html