Issue-ID: AAF-876
Change-Id: I62776f85746fc2315045e27efba7d741a40ca062
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
* @param response the response
*/
public static void metricEnd(ClientResponseContext response) {
-
Date now = new Date();
- // MDC.put(MDC_BEGIN_TIMESTAMP, Stopwatch.isoFormatter.format(now));
MDC.put(MDC_END_TIMESTAMP, Stopwatch.isoFormatter.format(now));
setResponseInfo(response.getStatusInfo());
public static void metricEnd(ClientResponseContext response) {
Date now = new Date();
- // MDC.put(MDC_BEGIN_TIMESTAMP, Stopwatch.isoFormatter.format(now));
MDC.put(MDC_END_TIMESTAMP, Stopwatch.isoFormatter.format(now));
setResponseInfo(response.getStatusInfo());