Skip to content

Commit

Permalink
add godoc comment for all Result fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Dec 11, 2024
1 parent e82bbba commit d9fbbfc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions input/elasticapm/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9fbbfc

Please sign in to comment.