[ 
https://issues.apache.org/jira/browse/TINKERPOP3-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520538#comment-14520538
 ] 

Matthias Broecheler edited comment on TINKERPOP3-651 at 4/29/15 11:44 PM:
--------------------------------------------------------------------------

Also, I am seeing this on line 50 in StandardTraversalMetrics which should 
probably go away:
{code}
        if (allMetrics.get(metricsId) == null) {
            System.out.println();
        }
{code}


was (Author: mbroecheler):
Also, I am seeing this on line 50 in StandardTraversalMetrics which should 
probably go away:

        if (allMetrics.get(metricsId) == null) {
            System.out.println();
        }

> TraversalMetrics framework is not sufficient for vendor extension
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP3-651
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-651
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.0.0.GA
>            Reporter: Bob Briody
>            Priority: Minor
>
> The StandardTraversalMetrics class must provide the necessary getters to 
> enable a vendor to augment the Metrics data.
> As of right now the API is missing a way for vendors to obtain the actual 
> (not computed) metrics.
> In order to ensure there are no other omissions, there should be a test case 
> that mocks a vendor's behavior and augments the TraversalMetrics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to