You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Synced Navigation**: Zoom, pan, and cursor synchronized with main timeline.
27
34
-**Adaptive Frame Bucketing**: Reveals nested frame detail and stack structure as you zoom, automatically adjusting frame granularity to understand complex call hierarchies.
28
35
-**Dynamic Frame Labels**: Labels automatically appear on timeline frames as you zoom and pan, making log scanning and navigation effortless without manually hovering to see event details. ([#92])
29
36
-**Keyboard and Mouse Navigation**: Comprehensive interaction controls for the timeline. ([#573][#366][#296][#295][#535])
@@ -459,6 +466,7 @@ Skipped due to adopting odd numbering for pre releases and even number for relea
Copy file name to clipboardExpand all lines: lana-docs-site/docs/docs/features/timeline.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,72 @@ When hovering over the viewport lens or dragging, a label appears showing:
86
86
- The **duration** of the selected time range (e.g., "1.23s")
87
87
- The **time range** start and end (e.g., "0.5s - 1.73s")
88
88
89
+
## Governor Limits Strip
90
+
91
+
The Governor Limits strip displays Salesforce governor limit usage over time, positioned below the main timeline. It provides instant visual feedback on limit consumption to help identify potential limit breaches.
92
+
93
+
### Display Modes
94
+
95
+
#### Collapsed Mode (Default)
96
+
97
+
A compact heat-style visualization showing the maximum limit usage across all metrics at each point in time.
98
+
99
+
**Traffic Light Colors:**
100
+
101
+
| Usage Range | Color | Meaning |
102
+
| ----------- | ------------ | -------- |
103
+
| 0-50% | Transparent | Safe |
104
+
| 50-80% | Amber/Orange | Warning |
105
+
| 80-100% | Red | Critical |
106
+
| >100% | Purple | Breach |
107
+
108
+
#### Expanded Mode
109
+
110
+
Click the chevron icon (◀/▼) in the top-left corner or `Shift+Click` anywhere to expand to a full step chart showing:
111
+
112
+
-**Tier 1 Metrics**: Top 3 metrics by usage (solid colored lines)
113
+
-**Tier 2 Metrics**: Any metric exceeding 80% (solid colored lines)
114
+
-**Tier 3 Metrics**: Remaining metrics (aggregated as grey dashed line)
115
+
-**Danger Zone**: Semi-transparent band from 80-100%
116
+
-**100% Limit Line**: Red dashed line at the limit threshold
117
+
-**Breach Areas**: Purple shading for values above 100%
0 commit comments