github.com/prometheus/common/expfmt.TextParser.summaries (field)
6 uses
github.com/prometheus/common/expfmt (current package)
text_parse.go#L65: summaries map[uint64]*dto.Metric // Key is created with LabelsToSignature.
text_parse.go#L130: if p.summaries == nil || len(p.summaries) > 0 {
text_parse.go#L131: p.summaries = map[uint64]*dto.Metric{}
text_parse.go#L375: if summary := p.summaries[signature]; summary != nil {
text_parse.go#L378: p.summaries[signature] = p.currentMetric
![]() |
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. |