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
Copy file name to clipboardExpand all lines: hollow/src/main/java/com/netflix/hollow/api/producer/metrics/AnnouncementMetrics.java
+12-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class AnnouncementMetrics {
27
27
privatelongannouncementDurationMillis; // Announcement duration in ms, only applicable to completed cycles (skipped cycles dont announce)
28
28
privatebooleanisAnnouncementSuccess; // true if announcement was successful, false if announcement failed
29
29
privateOptionalLonglastAnnouncementSuccessTimeNano; // monotonic time of last successful announcement (no relation to wall clock), N/A until first successful announcement
30
-
30
+
privateOptionalLongdeltaChainVersionCounter;
31
31
32
32
publiclonggetDataSizeBytes() {
33
33
returndataSizeBytes;
@@ -47,6 +47,10 @@ public boolean getIsAnnouncementSuccess() {
0 commit comments