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 2019/01/08 08:57:36 UTC

[GitHub] GabrielBrascher commented on issue #3078: Add influxdb to statscollector

GabrielBrascher commented on issue #3078: Add influxdb to statscollector
URL: https://github.com/apache/cloudstack/pull/3078#issuecomment-452222217
 
 
   Updated PR pushing the following change.
   
   In order to avoid redudancy, removed the following tags:
   ```
   private static final String HOST_ID_TAG = "host_id";
   private static final String VM_ID_TAG = "vm_id";
   private static final String INSTANCE_NAME_TAG = "instance_name";
   private static final String POD_ID_TAG = "pod_id";
   private static final String DATA_CENTER_ID_TAG = "data_center_id";
   ```
   
   Leaving VMs and hosts tagged only by their UUID, which is sufficient.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services