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

Method GetSamples

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

Source from the content-addressed store, hash-verified

2850}
2851
2852func (m *TimeSeries) GetSamples() []Sample {
2853 if m != nil {
2854 return m.Samples
2855 }
2856 return nil
2857}
2858
2859func (m *TimeSeries) GetExemplars() []Exemplar {
2860 if m != nil {

Callers 3

TestQueryRangeEndCutoffFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestQueryRangeEndCutoffFunction · 0.64