mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 07:49:00 +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
|
return nil, clientErr
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("response", client.LastResponse)
|
// fmt.Println("response", client.LastResponse)
|
||||||
|
|
||||||
receivedResponse := new([]SpanSearchAggregatesDuratonReceivedItem)
|
receivedResponse := new([]SpanSearchAggregatesDuratonReceivedItem)
|
||||||
err = json.Unmarshal([]byte(client.LastResponse), receivedResponse)
|
err = json.Unmarshal([]byte(client.LastResponse), receivedResponse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user