Merge "[ceilometer] document mandatory limit value"
This commit is contained in:
commit
ccd0825b71
@ -79,6 +79,13 @@ Data storage
|
||||
|
||||
$ ceilometer sample-list --meter cpu -q 'resource_id=INSTANCE_ID_1;timestamp > 2015-05-01T00:00:00;timestamp < 2015-06-01T00:00:00'
|
||||
|
||||
.. note::
|
||||
|
||||
As of the Liberty release, the number of items returned will be
|
||||
restricted to the value defined by ``default_api_return_limit`` in the
|
||||
:file:`ceilometer.conf` configuration file. Alternatively, the value can
|
||||
be set per query by passing ``limit`` option in request.
|
||||
|
||||
#. You can install the API behind ``mod_wsgi``, as it provides more
|
||||
settings to tweak, like ``threads`` and ``processes`` in case of
|
||||
``WSGIDaemon``.
|
||||
|
@ -349,6 +349,14 @@ and ``disk.read.bytes`` meters, the following command should be invoked::
|
||||
| bb52e52b-1e42-4751-b3ac-45c52d83ba07 | cpu | cumulative | 1.4795e+11 | ns | 2014-08-30T13:20:34 |
|
||||
+--------------------------------------+-----------------+------------+------------+------+---------------------+
|
||||
|
||||
.. note::
|
||||
|
||||
As of the Liberty release, the number of items returned will be
|
||||
restricted to the value defined by ``default_api_return_limit`` in the
|
||||
:file:`ceilometer.conf` configuration file. Alternatively, the value can
|
||||
be set per query by passing ``limit`` option in request.
|
||||
|
||||
|
||||
Telemetry python bindings
|
||||
-------------------------
|
||||
The command line client library provides python bindings in order to use
|
||||
|
Loading…
Reference in New Issue
Block a user