Trace: Replace function name with API prefix (#7794)

This change is required for `Admin Trace`
This commit is contained in:
poornas
2019-06-18 13:55:13 -07:00
committed by kannappanr
parent b30c436715
commit 299ef9b188
2 changed files with 19 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ type RequestInfo struct {
RawQuery string `json:"rawquery,omitempty"`
Headers http.Header `json:"headers,omitempty"`
Body []byte `json:"body,omitempty"`
Client string `json:"client"`
}
// ResponseInfo represents trace of http request