Viewing the application metrics dashboard
You can view the application performance metrics for a Node application by using IBM® API Connect.
Before you begin
To view application metrics for a Node application, the application project must either have:
- A main script file named
server.js
,app.js
, orindex.js
. - Or a
package.json
file that has amain
property specifying the main application script file, for example:"main": "server/myserver.js",
LoopBack application projects created with apic loopback
automatically meet this
requirement.
About this task
When you run an application locally, you can view application performance metrics based on Node application metrics in the application metrics dashboard.
To view application metrics: