Analytics
Analytics - Performance
Analyze Bottlenecks
Identify performance bottlenecks.
Analyzes profiling data to identify the biggest bottlenecks, ranked by total time spent.
Use Cases:
- Find what's slowing down your pipelines
- Prioritize optimization efforts
- Monitor bottleneck trends
Ranking:
- Sorted by total time spent (sum across all executions)
- Shows percentage of total execution time
- Includes execution count and average time
Example:
GET /v1/analytics/performance/engine/bottlenecks?hours=24&limit=10
get/v1/analytics/performance/engine/bottlenecks
Query parameters
hoursinteger
Hours of history
Hours of history
limitinteger
Number of bottlenecks to return
Number of bottlenecks to return
Response
Successful Response
Changes
Changed in 1 of the 29 revisions of this API.1
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○