You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by GitBox <gi...@apache.org> on 2019/04/03 04:17:25 UTC

[GitHub] [griffin] RodionGork commented on a change in pull request #492: GRIFFIN-244 get metrics by instance

RodionGork commented on a change in pull request #492: GRIFFIN-244 get metrics by instance
URL: https://github.com/apache/griffin/pull/492#discussion_r271573888
 
 

 ##########
 File path: service/src/main/java/org/apache/griffin/core/metric/model/MetricValue.java
 ##########
 @@ -61,4 +72,38 @@ public void setTmst(Long tmst) {
     public void setValue(Map<String, Object> value) {
         this.value = value;
     }
+
+    public String getApplicationId() {
 
 Review comment:
   Ok, I think I got it. So we should add anything which would look in the json like:
   
       {
           ...
           "metadata": {
               "applicationId": "..."
           }
           ...
       }
   
   Right?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services