From d9fbbfccd737673cf6c4812764206e37f2d670db Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Tue, 10 Dec 2024 20:29:58 -0500 Subject: [PATCH] add godoc comment for all Result fields --- input/elasticapm/result.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/input/elasticapm/result.go b/input/elasticapm/result.go index 9e167958..42995b69 100644 --- a/input/elasticapm/result.go +++ b/input/elasticapm/result.go @@ -29,8 +29,11 @@ type Result struct { // counters above are still incremented. Errors []error - // Accepted holds the number of valid events accepted. - Accepted int + // Accepted holds the total number of valid events accepted. + Accepted int + + // AcceptedDetails provides a detailed breakdown of the count + // of valid events categorized by signal type. AcceptedDetails ProcessedDetail // TooLarge holds the number of events that were rejected due