remove double tagging f aws requestID

This commit is contained in:
Edward Tsang 2018-11-14 10:35:07 -08:00
parent 91787fac0e
commit 63829e7e07

View file

@ -64,7 +64,6 @@ func (h *handlers) Complete(req *request.Request) {
defer FailIfError(span, req.Error)
span = span.SetTag("aws.requestID", req.RequestID)
span = span.SetTag("aws.request.retryCount", req.RetryCount)
span = span.SetTag("aws.requestID", req.RequestID)
if req.HTTPResponse != nil {
ext.HTTPStatusCode.Set(span, uint16(req.HTTPResponse.StatusCode))
span = span.SetTag("aws.response.contentLength", req.HTTPResponse.ContentLength)