mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 21:59:03 +08:00
commented druid response log line
This commit is contained in:
commit
93138c91e2
@ -254,7 +254,7 @@ func SearchSpansAggregate(client *godruid.Client, queryParams *model.SpanSearchA
|
||||
return nil, clientErr
|
||||
}
|
||||
|
||||
fmt.Println("response", client.LastResponse)
|
||||
// fmt.Println("response", client.LastResponse)
|
||||
|
||||
receivedResponse := new([]SpanSearchAggregatesDuratonReceivedItem)
|
||||
err = json.Unmarshal([]byte(client.LastResponse), receivedResponse)
|
||||
|
Loading…
x
Reference in New Issue
Block a user