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

Update docs/configuring-playbook-prometheus-grafana.md: use the common placeholders

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

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

@@ -30,10 +30,10 @@ grafana_anonymous_access: false

# This has no relation to your Matrix user ID. It can be any username you'd like.
# Changing the username subsequently won't work.
grafana_default_admin_user: "some_username_chosen_by_you"
grafana_default_admin_user: "USERNAME_HERE"

# Changing the password subsequently won't work.
grafana_default_admin_password: "some_strong_password_chosen_by_you"
grafana_default_admin_password: "PASSWORD_HERE"
```

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.


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