Fix typos in docs

This is a follow up to I7e5c1e20c7b66b64cbd333f669ef8d8da60daaa8.

Change-Id: I11a86f59c1fb9cddde3370b544ee7bf4e8ae4fb4
This commit is contained in:
Pierre Riteau 2022-05-02 15:44:34 +02:00
parent 6b9321dc23
commit 555cd39f1a
2 changed files with 2 additions and 3 deletions

View File

@ -9,4 +9,3 @@ datasources:
version: 1 version: 1
jsonData: jsonData:
timeInterval: {{ prometheus_scrape_interval }} timeInterval: {{ prometheus_scrape_interval }}

View File

@ -57,7 +57,7 @@ Configuration options
- Description - Description
* - prometheus_scrape_interval * - prometheus_scrape_interval
- 60s - 60s
- Default scape interval for all jobs - Default scrape interval for all jobs
Extending prometheus.cfg Extending prometheus.cfg
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
@ -67,7 +67,7 @@ If you want to add extra targets to scrape, you can extend the default
``{{ node_custom_config }}/prometheus/prometheus.yml.d``. These should have the ``{{ node_custom_config }}/prometheus/prometheus.yml.d``. These should have the
same format as ``prometheus.yml``. These additional configs are merged so same format as ``prometheus.yml``. These additional configs are merged so
that any list items are extended. For example, if using the default value for that any list items are extended. For example, if using the default value for
``node_custom_config``, you could add additional targets to scape by defining ``node_custom_config``, you could add additional targets to scrape by defining
``/etc/kolla/config/prometheus/prometheus.yml.d/10-custom.yml`` containing the ``/etc/kolla/config/prometheus/prometheus.yml.d/10-custom.yml`` containing the
following: following: