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 14:04:59 UTC

[GitHub] DaanHoogland commented on a change in pull request #3078: Add influxdb to statscollector

DaanHoogland commented on a change in pull request #3078: Add influxdb to statscollector
URL: https://github.com/apache/cloudstack/pull/3078#discussion_r246006700
 
 

 ##########
 File path: utils/src/main/java/org/apache/cloudstack/utils/graphite/GraphiteClient.java
 ##########
 @@ -67,7 +67,7 @@ protected long getCurrentSystemTime() {
      *
      * @param metrics the metrics as key-value-pairs
      */
-    public void sendMetrics(Map<String, Integer> metrics) {
+    public void sendMetrics(Map<Object, Object> metrics) {
 
 Review comment:
   i see
   
                               metrics.clear();
                           }
   as lines 602 and 603 but no change before it. Are these still the lines you mean?

----------------------------------------------------------------
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