()
| 2857 | } |
| 2858 | |
| 2859 | func (m *TimeSeries) GetExemplars() []Exemplar { |
| 2860 | if m != nil { |
| 2861 | return m.Exemplars |
| 2862 | } |
| 2863 | return nil |
| 2864 | } |
| 2865 | |
| 2866 | func init() { |
| 2867 | proto.RegisterEnum("tempopb.PushErrorReason", PushErrorReason_name, PushErrorReason_value) |
no outgoing calls