()
| 870 | var xxx_messageInfo_Vector proto.InternalMessageInfo |
| 871 | |
| 872 | func (m *Vector) GetSamples() []Sample { |
| 873 | if m != nil { |
| 874 | return m.Samples |
| 875 | } |
| 876 | return nil |
| 877 | } |
| 878 | |
| 879 | type Sample struct { |
| 880 | Labels []github_com_cortexproject_cortex_pkg_cortexpb.LabelAdapter `protobuf:"bytes,1,rep,name=labels,proto3,customtype=github.com/cortexproject/cortex/pkg/cortexpb.LabelAdapter" json:"metric"` |
no outgoing calls
no test coverage detected