[
https://issues.apache.org/jira/browse/GRIFFIN-244?focusedWorklogId=222146&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-222146
]
ASF GitHub Bot logged work on GRIFFIN-244:
------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/19 04:17
Start Date: 03/Apr/19 04:17
Worklog Time Spent: 10m
Work Description: RodionGork commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 222146)
Time Spent: 2h 10m (was: 2h)
> [Service, Metric]Implement possibility to get metrics for certain Job
> Instance Id
> ---------------------------------------------------------------------------------
>
> Key: GRIFFIN-244
> URL: https://issues.apache.org/jira/browse/GRIFFIN-244
> Project: Griffin (Incubating)
> Issue Type: New Feature
> Reporter: Dmitry Ershov
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> In addition to functionality described in tasks
> https://issues.apache.org/jira/browse/GRIFFIN-240,
> https://issues.apache.org/jira/browse/GRIFFIN-233 and
> https://issues.apache.org/jira/browse/GRIFFIN-234 it will be very convenient
> to have a possibility to obtain the metrics for given Job Instance Id.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)