mirror of https://github.com/divan/expvarmon.git
Added annotation
This commit is contained in:
parent
055349aba3
commit
6b39ee8005
|
@ -11,6 +11,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
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()
|
uptimeCounter = VarName("memstats.PauseTotalNs").ToSlice()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue