You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/24 14:19:08 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5357: Externalize VMWare stats time window config

sureshanaparti commented on a change in pull request #5357:
URL: https://github.com/apache/cloudstack/pull/5357#discussion_r694897167



##########
File path: plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/manager/VmwareManager.java
##########
@@ -46,6 +46,10 @@
     static final ConfigKey<Integer> s_vmwareOVAPackageTimeout = new ConfigKey<Integer>(Integer.class, "vmware.package.ova.timeout", "Advanced", "3600",
             "Vmware script timeout for ova packaging process", true, ConfigKey.Scope.Global, 1000);
 
+    public static final ConfigKey<Integer> VMWARE_STATS_TIME_WINDOW = new ConfigKey<Integer>("Advanced", Integer.class, "vmware.stats.time.window", "300",

Review comment:
       ```suggestion
       public static final ConfigKey<Integer> s_vmwareStatsTimeWindow = new ConfigKey<Integer>("Advanced", Integer.class, "vmware.stats.time.window", "300",
   ```
   
   better to keep same format as other configs
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org