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