Skip to content

Commit

Permalink
chore: addressed feedback from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalek132 committed Oct 28, 2024
1 parent e4ddae3 commit 4340649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exporter/prometheusremotewriteexporter/exporter_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"go.opentelemetry.io/otel/sdk/metric/metricdata"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/testdata"
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheusremotewrite"
)

// Test_PushMetrics checks the number of TimeSeries received by server and the number of metrics dropped is the same as
Expand Down Expand Up @@ -150,7 +149,7 @@ func Test_PushMetricsV2(t *testing.T) {
MaxBatchSizeBytes: 3000000,
RemoteWriteQueue: RemoteWriteQueue{NumConsumers: 1},
SendMetadata: true,
RemoteWriteProtoMsg: prometheusremotewrite.RemoteWriteProtoMsgV2,
RemoteWriteProtoMsg: RemoteWriteProtoMsgV2,
TargetInfo: &TargetInfo{
Enabled: true,
},
Expand Down

0 comments on commit 4340649

Please sign in to comment.