[
https://issues.apache.org/jira/browse/GRIFFIN-244?focusedWorklogId=222411&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-222411
]
ASF GitHub Bot logged work on GRIFFIN-244:
------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/19 16:55
Start Date: 03/Apr/19 16:55
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_r271838431
##########
File path:
service/src/main/java/org/apache/griffin/core/metric/MetricStoreImpl.java
##########
@@ -211,9 +213,13 @@ private static String buildBasicAuthString(String user,
String password) {
@Override
public MetricValue getMetric(String applicationId) throws IOException {
- Map<String, String> map = new HashMap<>();
- map.put("q", "applicationId:" + applicationId);
- Response response = client.performRequest("GET", urlGet, map);
+ Response response0 = client.performRequest(
Review comment:
@dershovGD thanks a lot, it was debug stuff. Let me get rid of it...
----------------------------------------------------------------
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: 222411)
Time Spent: 2h 40m (was: 2.5h)
> [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 40m
> 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)