From 345a1eff523cbf97fb30dc3480e1543abc6b0f4e Mon Sep 17 00:00:00 2001 From: deajan Date: Sat, 7 Sep 2024 18:14:43 +0200 Subject: [PATCH] Enable metrics for most restic functions --- npbackup/core/runner.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npbackup/core/runner.py b/npbackup/core/runner.py index 54a69b6..821823f 100644 --- a/npbackup/core/runner.py +++ b/npbackup/core/runner.py @@ -871,6 +871,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -885,6 +886,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -900,6 +902,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -915,6 +918,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -931,6 +935,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -1485,6 +1490,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency @@ -1500,6 +1506,7 @@ class NPBackupRunner: @threaded @catch_exceptions + @metrics @close_queues @exec_timer @check_concurrency