...
Note | |||||
---|---|---|---|---|---|
Prerequisites: For calculating the response of the API call requests, it is essential that the performance timer is enabled for the Canvas Studio application. To enable the performance timer for the Studio application, specify the performance timer threshold and performance timer threshold limit in the performanceLogger.properties file on the CTResource.JAR within the Studio Application WAR folder, (e.g. D:\Canvas\apache-tomcat-108.05.189\webapps\expertctstudio\WEB-INF\lib\CTResources.jar), as shown in the following sample code snippet:
|
To calculate the response time of API call requests, the implementation team you can specify the performance timer attributes in an implementation java class file. They You can provide their your customized methods and logic validations in the java class file. The response time can be found in the ctperformance logs within the end application workfolder(e.g. Modelhouse) in your project (e.g. D:\Canvas\Modelhouse\logs). The following sample code snippet is provided as follows:
...