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:
[email protected]
With regards,
Apache Git Services