()
| 1130 | } |
| 1131 | |
| 1132 | func (m *MetricsMetadataRequest) GetMetric() string { |
| 1133 | if m != nil { |
| 1134 | return m.Metric |
| 1135 | } |
| 1136 | return "" |
| 1137 | } |
| 1138 | |
| 1139 | type MetricsMetadataResponse struct { |
| 1140 | Metadata []*cortexpb.MetricMetadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"` |
no outgoing calls