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

Function requestWithDefaultRange

tempodb/tempodb_metrics_test.go:28–35  ·  view source on GitHub ↗
(q string)

Source from the content-addressed store, hash-verified

26)
27
28func requestWithDefaultRange(q string) *tempopb.QueryRangeRequest {
29 return &tempopb.QueryRangeRequest{
30 Start: 1,
31 End: 50 * uint64(time.Second),
32 Step: 15 * uint64(time.Second),
33 Query: q,
34 }
35}
36
37var queryRangeTestCases = []struct {
38 name string

Callers 2

TestTempoDBQueryRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected