Revise wording.

master
Jarno Rantanen 2018-11-27 17:18:23 +02:00
rodzic d147677e8a
commit 5f97a7bc3f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -130,7 +130,7 @@ Some cases may need secrets available in the environment, e.g. for S3 uploads to
## Metrics
After the backup, the script will collect some metrics from the run. For example:
After the backup, the script will collect some metrics from the run. By default, they're just written out as logs. For example:
```
docker_volume_backup
@ -144,6 +144,6 @@ time_compress=0.171068429946899
time_upload=0.56016993522644
```
If so configured, these will also be shipped to an InfluxDB instance. This allows you to set up monitoring and/or alerts for them. Here's a sample visualization on Grafana:
If so configured, they can also be shipped to an InfluxDB instance. This allows you to set up monitoring and/or alerts for them. Here's a sample visualization on Grafana:
![Backup dashboard sample](doc/backup-dashboard-sample.png)