github.com/prometheus/common/expfmt.textDecoder.fams (field)
8 uses
github.com/prometheus/common/expfmt (current package)
decode.go#L119: fams []*dto.MetricFamily
decode.go#L125: if len(d.fams) == 0 {
decode.go#L134: d.fams = make([]*dto.MetricFamily, 0, len(fams))
decode.go#L136: d.fams = append(d.fams, f)
decode.go#L140: *v = *d.fams[0]
decode.go#L141: d.fams = d.fams[1:]
![]() |
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. |