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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to