Skip to content

Commit

Permalink
Added annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
divan committed May 12, 2015
1 parent 055349a commit 6b39ee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import (
)

var (
// uptimeCounter is a variable used for tracking uptime status.
// It should be always incrementing and included into default expvar vars.
// Could be replaced with something different or made configurable in
// the future.
uptimeCounter = VarName("memstats.PauseTotalNs").ToSlice()
)

Expand Down

0 comments on commit 6b39ee8

Please sign in to comment.