MCPcopy
hub / github.com/grafana/tempo / GetExemplars

Method GetExemplars

pkg/tempopb/tempo.pb.go:2859–2864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

TestQueryRangeExemplarsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestQueryRangeExemplarsFunction · 0.36