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

TagKey contains metrics name #22

Open
g9yuayon opened this issue Dec 4, 2013 · 0 comments
Open

TagKey contains metrics name #22

g9yuayon opened this issue Dec 4, 2013 · 0 comments
Assignees

Comments

@g9yuayon
Copy link
Contributor

g9yuayon commented Dec 4, 2013

The following fields should not be part of TagKey.java. Maybe we should put all the counters into a single utility class along with all the convenience methods.

public static final String SENT_COUNT = "sentMessageCount";
public static final String RECV_COUNT = "receivedMessageCount";
public static final String LOST_COUNT = "lostMessageCount";
public static final String RESTORED_COUNT = "restoredMessageCount";
public static final String RETRIED_COUNT = "retriedCount";
@ghost ghost assigned metacret Dec 4, 2013
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