diff --git a/exporter/prometheusremotewriteexporter/config.go b/exporter/prometheusremotewriteexporter/config.go index 0448dab811629..34a35fabd41fa 100644 --- a/exporter/prometheusremotewriteexporter/config.go +++ b/exporter/prometheusremotewriteexporter/config.go @@ -125,4 +125,4 @@ func (cfg *Config) Validate() error { } return nil -} \ No newline at end of file +} diff --git a/exporter/prometheusremotewriteexporter/config_test.go b/exporter/prometheusremotewriteexporter/config_test.go index 18e30ffd9d2e2..cc851f68fb33a 100644 --- a/exporter/prometheusremotewriteexporter/config_test.go +++ b/exporter/prometheusremotewriteexporter/config_test.go @@ -144,4 +144,4 @@ func TestDisabledTargetInfo(t *testing.T) { func toPtr[T any](val T) *T { return &val -} \ No newline at end of file +} diff --git a/exporter/prometheusremotewriteexporter/exporter.go b/exporter/prometheusremotewriteexporter/exporter.go index 6d43c8cb3d976..6ad7d31981c01 100644 --- a/exporter/prometheusremotewriteexporter/exporter.go +++ b/exporter/prometheusremotewriteexporter/exporter.go @@ -413,4 +413,4 @@ func (prwe *prwExporter) turnOnWALIfEnabled(ctx context.Context) error { cancel() }() return prwe.wal.run(cancelCtx) -} \ No newline at end of file +} diff --git a/exporter/prometheusremotewriteexporter/factory.go b/exporter/prometheusremotewriteexporter/factory.go index 5928137d4f412..4333d89396de0 100644 --- a/exporter/prometheusremotewriteexporter/factory.go +++ b/exporter/prometheusremotewriteexporter/factory.go @@ -120,4 +120,4 @@ func createDefaultConfig() component.Config { Enabled: false, }, } -} \ No newline at end of file +} diff --git a/exporter/prometheusremotewriteexporter/testdata/config.yaml b/exporter/prometheusremotewriteexporter/testdata/config.yaml index ef963eb3fe220..8c80bf21409da 100644 --- a/exporter/prometheusremotewriteexporter/testdata/config.yaml +++ b/exporter/prometheusremotewriteexporter/testdata/config.yaml @@ -52,4 +52,4 @@ prometheusremotewrite/disabled_queue: endpoint: "localhost:8888" remote_write_queue: enabled: false - num_consumers: 10 \ No newline at end of file + num_consumers: 10