Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prometheus/common
/ isBucket
Function
isBucket
expfmt/text_parse.go:748–750 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
746
}
747
748
func
isBucket(name string) bool {
749
return
len(name) > 7 && name[len(name)-7:] ==
"_bucket"
750
}
751
752
func
summaryMetricName(name string) string {
753
switch
{
Callers
1
histogramMetricName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected