diff options
Diffstat (limited to 'tests/common/sync_helpers.rs')
| -rw-r--r-- | tests/common/sync_helpers.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/common/sync_helpers.rs b/tests/common/sync_helpers.rs index 8971369..cccfbdd 100644 --- a/tests/common/sync_helpers.rs +++ b/tests/common/sync_helpers.rs | |||
| @@ -698,9 +698,9 @@ impl ParsedMetrics { | |||
| 698 | 698 | ||
| 699 | // Convenience accessors for sync metrics | 699 | // Convenience accessors for sync metrics |
| 700 | 700 | ||
| 701 | /// Get total events synced from a specific source | 701 | /// Get total events synced (no source categorization) |
| 702 | pub fn events_total(&self, source: &str) -> Option<u64> { | 702 | pub fn events_synced_total(&self) -> Option<u64> { |
| 703 | self.counter("ngit_sync_events_total", &[("source", source)]) | 703 | self.counter("ngit_sync_events_synced_total", &[]) |
| 704 | } | 704 | } |
| 705 | 705 | ||
| 706 | /// Check if a specific relay is connected | 706 | /// Check if a specific relay is connected |