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
Co-authored-by: Gregory Newman-Smith <gregory.newmansmith@couchbase.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: base/stats_descriptions.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,10 @@ const (
98
98
99
99
ChanCacheChannelsEvictedNRUDesc="The total number of active channel cache channels evicted, based on 'not recently used' criteria."
100
100
101
+
NumEntriesInLateFeedDesc="The total number of late-arriving-sequence entries currently held across all channels."
102
+
103
+
LateFeedForcedRollbacksDesc="The total number of times a continuous _changes feed was forced to roll back to its low sequence because its lastSequence had been pruned from a channel's lateLogs by the length or age cap."
104
+
101
105
ChanCacheCompactCountDesc="The total number of channel cache compaction runs."
102
106
103
107
ChanCacheCompactTimeDesc="The total amount of time taken by channel cache compaction across all compaction runs."
0 commit comments