profiler

Get performance hotspots

Returns aggregated performance hotspots from the profiling session.

get/api/v1/profiler/hotspots

Query parameters

limitinteger

Maximum number of hotspots to return.

minDurationMsnumber

Minimum average duration in milliseconds.

kindstring

Filter by hotspot kind.

Response

Array of hotspots.

ProfilerHotspot[] required— unresolved $ref

Changes