Tempo: TraceQL metrics step option (#89434)
* Add step option for metric queries * Add support for compare metric queries * Remove unneeded line * Delete step if it's not defined
This commit is contained in:
@@ -129,6 +129,9 @@ type TempoQuery struct {
|
||||
// Defines the maximum number of spans per spanset that are returned from Tempo
|
||||
Spss *int64 `json:"spss,omitempty"`
|
||||
|
||||
// For metric queries, the step size to use
|
||||
Step *string `json:"step,omitempty"`
|
||||
|
||||
// The type of the table that is used to display the search results
|
||||
TableType *SearchTableType `json:"tableType,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user