mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
feat: resolved conflicts
This commit is contained in:
parent
98f4e840cd
commit
49aaecd02c
@ -52,6 +52,9 @@ type QueryBuilderTraceOperator struct {
|
||||
StepInterval Step `json:"stepInterval,omitempty"`
|
||||
GroupBy []GroupByKey `json:"groupBy,omitempty"`
|
||||
|
||||
// having clause to apply to the aggregated query results
|
||||
Having *Having `json:"having,omitempty"`
|
||||
|
||||
Limit int `json:"limit,omitempty"`
|
||||
Cursor string `json:"cursor,omitempty"`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user