Skip to content

Commit

Permalink
Update reporter/collector_reporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Rühsen <[email protected]>
  • Loading branch information
dmathieu and rockdaboot authored Nov 5, 2024
1 parent b37d68e commit f5f64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/collector_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// Assert that we implement the full Reporter interface.
var _ Reporter = (*CollectorReporter)(nil)

// OTLPReporter receives and transforms information to be Collector Collector compliant.
// CollectorReporter receives and transforms information to be Collector Collector compliant.
type CollectorReporter struct {
cfg *Config
nextConsumer consumerprofiles.Profiles
Expand Down

0 comments on commit f5f64c7

Please sign in to comment.