MCPcopy Create free account
hub / github.com/deepflowio/deepflow / NewLayoutKey

Function NewLayoutKey

server/controller/prometheus/cache/label_layout.go:37–42  ·  view source on GitHub ↗
(metricName, labelName string)

Source from the content-addressed store, hash-verified

35}
36
37func NewLayoutKey(metricName, labelName string) LayoutKey {
38 return LayoutKey{
39 MetricName: metricName,
40 LabelName: labelName,
41 }
42}
43
44type appLabelNameToValue map[string]string
45type metricAndAPPLabelLayout struct {

Callers 7

AddMethod · 0.85
processLoadedDataMethod · 0.85
resetLayoutStateFunction · 0.85
TestLayout_AddAndGetFunction · 0.85

Calls

no outgoing calls