Skip to content

Commit

Permalink
rename field back to Output
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 5, 2022
1 parent d505733 commit 5be5f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/receiver/smartagentreceiver/receiver.go
Expand Up @@ -170,7 +170,7 @@ func (r *receiver) createMonitor(monitorType string, host component.Host) (monit
*r.config, monitorFiltering, r.nextMetricsConsumer, r.nextLogsConsumer, r.nextTracesConsumer, host, r.params,
)
set, err := setStructFieldWithExplicitType(
monitor, "output", output,
monitor, "Output", output,
reflect.TypeOf((*types.Output)(nil)).Elem(),
reflect.TypeOf((*types.FilteringOutput)(nil)).Elem(),
)
Expand Down

0 comments on commit 5be5f83

Please sign in to comment.