Skip to content

Commit

Permalink
docs: fix backticks in rst format
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Sep 23, 2021
1 parent 0b29f12 commit 432c113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ The parameters below are not strictly required. It is recommended to set these p
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+----------+
| Metadata | Key value pairs that do not contribute to identifying a metric. Metadata are primarily used to assist in searching metrics. Collectd data may have internal metadata. The additional metadata specified here can be used to enrich the existing metadata set. Metadata cannot contain `Reserved symbols`_ and `Reserved keywords`_ | Srings in the format of ``"key1"="val1", "key2"="val2"`` ... | False |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+----------+
| AddMetricDimension | If set to `true` adds new dimension named `metric` to every data point which consists of `type` and `type_instance` concatenated using `MetricDimensionSeparator`. By default it is set to `False` | Boolean | False |
| AddMetricDimension | If set to ``true`` adds new dimension named ``metric`` to every data point which consists of ``type`` and ``type_instance`` concatenated using ``MetricDimensionSeparator``. By default it is set to ``False``. | Boolean | False |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+----------+
| MetricDimensionSeparator | String used to concatenate `type` and `type_instance` while creating `metric` dimension. See `AddMetricDimension` option. By default it is `.`. | Sring | False |
| MetricDimensionSeparator | String used to concatenate ``type`` and ``type_instance`` while creating ``metric`` dimension. See ``AddMetricDimension`` option. By default it is ``.``. | String | False |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------+----------+

Additional parameters
Expand Down

0 comments on commit 432c113

Please sign in to comment.