copyProp(metrics, scope, "COUNTER_HTTP_CLIENT_RESPONSE");
copyProp(metrics, scope, "COUNTER_HTTP_SERVER_REQUEST");
copyProp(metrics, scope, "COUNTER_HTTP_SERVER_RESPONSE");
} catch (InvocationTargetException e) {
throw new NodeException(e);
} catch (IllegalAccessException e) {
throw new NodeException(e);
} catch (InstantiationException e) {
throw new NodeException(e);
}
}