MCPcopy
hub / github.com/segmentio/kafka-go / observe

Method observe

stats.go:149–154  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

147}
148
149func (s *summary) observe(v int64) {
150 s.min.observe(v)
151 s.max.observe(v)
152 s.sum.observe(v)
153 s.count.observe(1)
154}
155
156func (s *summary) observeDuration(v time.Duration) {
157 s.observe(int64(v))

Callers 1

observeDurationMethod · 0.95

Calls 1

observeMethod · 0.45

Tested by

no test coverage detected