From 20542c36536206dac76cf663797a85eb3d2af8f7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 1 Jul 2021 17:35:29 -0400 Subject: [PATCH] Add profiler to cluster status function --- api-daemon/pvcapid/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api-daemon/pvcapid/helper.py b/api-daemon/pvcapid/helper.py index 81ce3093..617de72b 100755 --- a/api-daemon/pvcapid/helper.py +++ b/api-daemon/pvcapid/helper.py @@ -97,6 +97,7 @@ def restore_cluster(zkhandler, cluster_data_raw): # # Cluster functions # +@pvc_common.Profiler(config) @ZKConnection(config) def cluster_status(zkhandler): """