MCPcopy 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
748func isBucket(name string) bool {
749 return len(name) > 7 && name[len(name)-7:] == "_bucket"
750}
751
752func summaryMetricName(name string) string {
753 switch {

Callers 1

histogramMetricNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected