MCPcopy
hub / github.com/prometheus/client_golang / compiledLabels

Struct compiledLabels

prometheus/labels.go:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type compiledLabels struct {
114 names []string
115 labelConstraints map[string]LabelConstraint
116}
117
118func (cls *compiledLabels) compile() *compiledLabels {
119 return cls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected