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