github.com/prometheus/client_model/go.MetricFamily.GetHelp (method)
9 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L553: func (m *MetricFamily) GetHelp() string {
github.com/prometheus/client_golang/prometheus
registry.go#L600: if metricFamily.GetHelp() != desc.help {
registry.go#L603: desc.fqName, dtoMetric, desc.help, metricFamily.GetHelp(),
registry.go#L729: if existingMF.GetHelp() != mf.GetHelp() {
registry.go#L732: mf.GetName(), mf.GetHelp(), existingMF.GetHelp(),
registry.go#L914: if metricFamily.GetHelp() != desc.help {
registry.go#L917: metricFamily.GetName(), dtoMetric, metricFamily.GetHelp(), desc.help,
 |
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. |