From b32f0f6d5ab00c928afa3500b0bfd66c6475f53f Mon Sep 17 00:00:00 2001 From: Mirac Kara Date: Wed, 29 Jun 2022 11:26:45 -0500 Subject: [PATCH] Fixed legacy tests not passing --- internal/harvest.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/harvest.go b/internal/harvest.go index e9618f4b8..1900d5702 100644 --- a/internal/harvest.go +++ b/internal/harvest.go @@ -181,8 +181,6 @@ type HarvestConfigurer interface { MaxSpanEvents() int // MaxCustomEvents returns the maximum number of Custom Events that should be reported per period MaxCustomEvents() int - // MaxSamplesStored returns the maximum number of Custom Event Samples stored in a Custom Event - MaxSamplesStored() int // MaxErrorEvents returns the maximum number of Error Events that should be reported per period MaxErrorEvents() int