summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRafael Weingärtner <rafael@apache.org>2020-03-25 18:06:50 -0300
committerRafael Weingärtner <rafael@apache.org>2020-07-22 17:29:13 -0300
commit51f06518c58ab4e7e658e0b9c6fc924882320adf (patch)
tree63ca14d3bcad1f0987271a23cf5874ebf8948fe0 /doc
parent39a534b3f8e745476738bfba98a0f984f730d5e6 (diff)
downloadceilometer-51f06518c58ab4e7e658e0b9c6fc924882320adf.tar.gz
Enable processing metadata with nested objects
Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: Id108a7cd7bf356156b68324c3d033037a84869fc
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/telemetry-dynamic-pollster.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/admin/telemetry-dynamic-pollster.rst b/doc/source/admin/telemetry-dynamic-pollster.rst
index 62e6dc3e..a9d5fae7 100644
--- a/doc/source/admin/telemetry-dynamic-pollster.rst
+++ b/doc/source/admin/telemetry-dynamic-pollster.rst
@@ -60,7 +60,9 @@ attributes to define a dynamic pollster:
* ``metadata_fields``: optional field. It is a list of all fields that
the response of the request executed with ``url_path`` that we want to
- retrieve. As an example, for magnum, one can use the following values:
+ retrieve. To use a nested value one can simply use
+ ``attribute1.attribute2.<asMuchAsNeeded>.lastattribute``. As an example,
+ for magnum, one can use the following values:
.. code-block:: yaml