No profiling data present for Node.js applications
If the collection of method profiling data is enabled, an absence of method profiling data from a Node.js application could be caused by the type of tasks that are being run by your application.
You can enable the collection of profiling data for a running application from the Health Center client by selecting
.Configuration properties might affect whether data is collected
by default. For information about properties that are specific to
Node.js applications, see the documentation for theNode
Application Metrics module. For information about other properties,
see Health Center configuration properties.
If the collection of profiling data is enabled but you still don't
see profiling data, your application might be running long, synchronous
tasks. For more information, see the documentation for theNode Application Metrics module.