Skip to content

Commit

Permalink
Update components.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Nov 25, 2024
1 parent b28a208 commit a26cc65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/extension/opampextension/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,13 @@ func Components() (
rabbitmqreceiver.NewFactory(),
windowsperfcountersreceiver.NewFactory(),
syslogreceiver.NewFactory(),
nopreceiver.NewFactory(),
mysqlreceiver.NewFactory(),
elasticsearchreceiver.NewFactory(),
postgresqlreceiver.NewFactory(),
)
errs = multierr.Append(errs, err)

exporters, err := exporter.MakeFactoryMap(
nopexporter.NewFactory(),
otlpexporter.NewFactory(),
sumologicexporter.NewFactory(),
syslogexporter.NewFactory(),
Expand Down

0 comments on commit a26cc65

Please sign in to comment.