Просмотр исходного кода

Update docs/configuring-playbook-prometheus-grafana.md: remove the table with one entry

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4049/head
Suguru Hirahara 1 год назад
Родитель
Сommit
833c73de56
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 3 добавлений и 5 удалений
  1. +3
    -5
      docs/configuring-playbook-prometheus-grafana.md

+ 3
- 5
docs/configuring-playbook-prometheus-grafana.md Просмотреть файл

@@ -17,16 +17,14 @@ When setting, replace `example.com` with your own.


## Adjusting the playbook configuration — Prometheus ## Adjusting the playbook configuration — Prometheus


Prometheus is an open-source systems monitoring and alerting toolkit. To enable it, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
Prometheus is an open-source systems monitoring and alerting toolkit. It is a time series database, which holds all the data we're going to talk about.

To enable it, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


```yaml ```yaml
prometheus_enabled: true prometheus_enabled: true
``` ```


Name | Description
-----|----------
`prometheus_enabled`|[Prometheus](https://prometheus.io) is a time series database. It holds all the data we're going to talk about.

**Note**: the retention policy of Prometheus metrics is [15 days by default](https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects). Older data gets deleted automatically. **Note**: the retention policy of Prometheus metrics is [15 days by default](https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects). Older data gets deleted automatically.


### Enable metrics and graphs for generic system information (optional) ### Enable metrics and graphs for generic system information (optional)


Загрузка…
Отмена
Сохранить