MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / mustNewConstMetric

Method mustNewConstMetric

metric/collector.go:111–113  ·  view source on GitHub ↗
(value float64, labels ...string)

Source from the content-addressed store, hash-verified

109}
110
111func (d *typedDesc) mustNewConstMetric(value float64, labels ...string) prometheus.Metric {
112 return prometheus.MustNewConstMetric(d.desc, d.valueType, value, labels...)
113}

Callers 4

UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected