Analyze Bottlenecks
Engine
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
Analyze Bottlenecks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Hours of history
Required range:
1 <= x <= 168Number of bottlenecks to return
Required range:
1 <= x <= 50
