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

Method GetInstant

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

Source from the content-addressed store, hash-verified

2597}
2598
2599func (m *QueryRangeRequest) GetInstant() bool {
2600 if x, ok := m.GetXInstant().(*QueryRangeRequest_Instant); ok {
2601 return x.Instant
2602 }
2603 return false
2604}
2605
2606func (m *QueryRangeRequest) GetSkipASTTransformations() []string {
2607 if m != nil {

Callers 4

BuildQueryRangeRequestFunction · 0.80
IsInstantFunction · 0.80

Calls 1

GetXInstantMethod · 0.95