aodh/doc/source/measurements.rst
Edwin Zhai 773370901d Replace 'metrics' with 'meters' in option and doc
So that the openstack manuals are consistent and use the same (right)
term, this replaces the term 'metrics' with 'meters' in the help for
the config and develop docs.

DocImpact

Closes-bug: #1436371

Change-Id: Iadc81a936f75dbe619130b3434188f564b67efd5
2015-04-20 16:06:04 +08:00

1.5 KiB

Measurements

Existing meters

For the list of existing meters see the tables under the Measurements page of Ceilometer in the Cloud Administrator Guide.

Adding new meters

If you would like to add new meters please check the add_new_meters page under in the Contributing section.

OSprofiler data

All messages with event type "profiler.*" will be collected as profiling data. Using notification plugin profiler/notifications.py.

Note

Be sparing with heavy usage of OSprofiler, especially in case of complex operations like booting and deleting instance that may create over 100kb of sample data per each request.