diff --git a/service.go b/service.go index 3ecbc50..ca5420a 100644 --- a/service.go +++ b/service.go @@ -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() )