diff --git a/pkg/metric/metric_unsafe.go b/pkg/metric/metric_unsafe.go index 06c043e2a..4a9a67dd2 100644 --- a/pkg/metric/metric_unsafe.go +++ b/pkg/metric/metric_unsafe.go @@ -46,7 +46,9 @@ func snapshotDistribution(samples []atomicbitops.Uint64) []uint64 { return snapshot } -// CheapNowNano returns the current unix timestamp in nanoseconds. +// CheapNowNano returns the a timestamp in nanoseconds. +// It is *NOT* measured from the Unix epoch. +// It is monotonic. // //go:nosplit func CheapNowNano() int64 {