From 5f97a7bc3f7857a9788de94631fd86c11d284c05 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 27 Nov 2018 17:18:23 +0200 Subject: [PATCH] Revise wording. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 001437e..665d45e 100644 --- a/README.md +++ b/README.md @@ -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)