github.com/prometheus/client_model/go.MetricFamily.Help (field)
10 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L514: Help *string `protobuf:"bytes,2,opt,name=help" json:"help,omitempty"`
metrics.pb.go#L554: if m != nil && m.Help != nil {
metrics.pb.go#L555: return *m.Help
github.com/prometheus/client_golang/prometheus
registry.go#L649: metricFamily.Help = proto.String(desc.help)
registry.go#L746: existingMF.Help = mf.Help
github.com/prometheus/common/expfmt
text_create.go#L96: if in.Help != nil {
text_create.go#L112: n, err = writeEscapedString(w, *in.Help, false)
text_parse.go#L484: if p.currentMF.Help != nil {
text_parse.go#L492: p.currentMF.Help = proto.String(p.currentToken.String())
![]() |
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. |