Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid metric used #199

Closed
tbak opened this issue Aug 5, 2014 · 0 comments
Closed

Invalid metric used #199

tbak opened this issue Aug 5, 2014 · 0 comments
Milestone

Comments

@tbak
Copy link
Collaborator

tbak commented Aug 5, 2014

In DefaultChannelWriter:

.doOnError(new Action1<Throwable>() {
                                   @Override
                                   public void call(Throwable throwable) {
                                       eventsSubject.onEvent(metricEventProvider.getFlushSuccessEvent(),
                                                             Clock.onEndMillis(startTimeMillis), throwable);
                                   }
                               });

should be metricEventProvider.getFlushFailedEvent.

NiteshKant added a commit that referenced this issue Aug 20, 2014
@NiteshKant NiteshKant added this to the 0.3.12 milestone Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants