Skip to content

Commit

Permalink
[metrics]fix lastRate & meanRate long/double problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenning Xu committed Nov 21, 2014
1 parent 7bf465f commit 7aa9697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

public class CounterMetric {
public long totalCount;
public double meanRate;
public long meanRate;
public long lastCount;
public double lastRate;
public long lastRate;

@Override
public String toString() {
Expand Down

0 comments on commit 7aa9697

Please sign in to comment.