Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-osman3 committed Sep 17, 2024
1 parent 6e815ed commit 8e444d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exporter/otelarrowexporter/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type metadataExporter struct {

metadataKeys []string
exporters sync.Map
netReporter *netstats.NetworkReporter
netReporter *netstats.NetworkReporter

userAgent string

// Guards the size and the storing logic to ensure no more than limit items are stored.
Expand Down Expand Up @@ -82,8 +82,8 @@ func newMetadataExporter(cfg component.Config, set exporter.Settings, streamClie
settings: set,
scf: streamClientFactory,
metadataKeys: mks,
userAgent: userAgent,
netReporter: netReporter,
userAgent: userAgent,
netReporter: netReporter,
}, nil
}

Expand Down

0 comments on commit 8e444d6

Please sign in to comment.