()
| 903 | } |
| 904 | |
| 905 | func (m *MetricMetadata) GetUnit() string { |
| 906 | if m != nil { |
| 907 | return m.Unit |
| 908 | } |
| 909 | return "" |
| 910 | } |
| 911 | |
| 912 | type Metric struct { |
| 913 | Labels []LabelAdapter `protobuf:"bytes,1,rep,name=labels,proto3,customtype=LabelAdapter" json:"labels"` |
no outgoing calls
no test coverage detected