mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 03:35:52 +08:00
removed span.Kind=2 check in filtered spans aggregates
This commit is contained in:
parent
bd8d50bab9
commit
96d012a34b
@ -141,8 +141,8 @@ func buildFiltersForSpansAggregates(queryParams *model.SpanSearchAggregatesParam
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
newFilter := godruid.FilterSelector("Kind", "2")
|
// newFilter := godruid.FilterSelector("Kind", "2")
|
||||||
filter = godruid.FilterAnd(filter, newFilter)
|
// filter = godruid.FilterAnd(filter, newFilter)
|
||||||
|
|
||||||
// if filter == nil {
|
// if filter == nil {
|
||||||
// return nil, fmt.Errorf("No search criteria for spans was specified")
|
// return nil, fmt.Errorf("No search criteria for spans was specified")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user