From: Tom Hughes Date: Sat, 21 Oct 2023 14:06:25 +0000 (+0100) Subject: Silence curl progress messages X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e2ae8b41095ff75b0805910235e1127b38642377 Silence curl progress messages --- diff --git a/cookbooks/prometheus/templates/default/backup-data.erb b/cookbooks/prometheus/templates/default/backup-data.erb index e6dabd4c6..a7a1c5725 100644 --- a/cookbooks/prometheus/templates/default/backup-data.erb +++ b/cookbooks/prometheus/templates/default/backup-data.erb @@ -2,7 +2,7 @@ # DO NOT EDIT - This file is being maintained by Chef -SNAPSHOT=$(curl -XPOST http://localhost:9090/prometheus/api/v1/admin/tsdb/snapshot | jq -r .data.name) +SNAPSHOT=$(curl -s -XPOST http://localhost:9090/prometheus/api/v1/admin/tsdb/snapshot | jq -r .data.name) /opt/awscli/v2/current/bin/aws --profile osm-prometheus-data-upload s3 sync --storage-class=INTELLIGENT_TIERING --no-progress /var/lib/prometheus/metrics2/snapshots/${SNAPSHOT} s3://openstreetmap-prometheus-data