type github.com/prometheus/client_golang/prometheus.summary
10 uses
github.com/prometheus/client_golang/prometheus (current package)
summary.go#L217: s := &summary{
summary.go#L246: type summary struct {
summary.go#L272: func (s *summary) Desc() *Desc {
summary.go#L276: func (s *summary) Observe(v float64) {
summary.go#L290: func (s *summary) Write(out *dto.Metric) error {
summary.go#L329: func (s *summary) newStream() *quantile.Stream {
summary.go#L334: func (s *summary) asyncFlush(now time.Time) {
summary.go#L348: func (s *summary) maybeRotateStreams() {
summary.go#L361: func (s *summary) flushColdBuf() {
summary.go#L374: func (s *summary) swapBufs(now time.Time) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |