Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
func
(d *typedDesc) mustNewConstMetric(value float64, labels ...string) prometheus.Metric {
112
return
prometheus.MustNewConstMetric(d.desc, d.valueType, value, labels...)
113
}
Callers
4
Update
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected