Skip to content

Commit

Permalink
undo more damage done in d4f1d62
Browse files Browse the repository at this point in the history
  • Loading branch information
mihasya committed Nov 4, 2014
1 parent a0b40a8 commit 14abde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librato/librato.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func (self *Reporter) BuildRequest(now time.Time, r metrics.Registry) (snapshot
gauges[0] = Measurement{
Name: libratoName,
Count: uint64(m.Count()),
Sum: m.Mean() * float64(m.Count()),
Max: float64(m.Max()),
Min: float64(m.Min()),
SumSquares: sumSquaresTimer(m),
Expand Down

0 comments on commit 14abde2

Please sign in to comment.