diff --git a/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform/metricdata_test.go b/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform/metricdata_test.go index 15ce28e236a..1648fff2d78 100644 --- a/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform/metricdata_test.go +++ b/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform/metricdata_test.go @@ -954,7 +954,7 @@ func BenchmarkResourceMetrics(b *testing.B) { }, }, { - name: "with an histogram", + name: "with a histogram", aggregation: metricdata.Histogram[int64]{ DataPoints: []metricdata.HistogramDataPoint[int64]{ { @@ -980,7 +980,7 @@ func BenchmarkResourceMetrics(b *testing.B) { }, }, { - name: "with a symmary", + name: "with a summary", aggregation: metricdata.Summary{ DataPoints: []metricdata.SummaryDataPoint{ { diff --git a/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform/metricdata_test.go b/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform/metricdata_test.go index 15ce28e236a..1648fff2d78 100644 --- a/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform/metricdata_test.go +++ b/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform/metricdata_test.go @@ -954,7 +954,7 @@ func BenchmarkResourceMetrics(b *testing.B) { }, }, { - name: "with an histogram", + name: "with a histogram", aggregation: metricdata.Histogram[int64]{ DataPoints: []metricdata.HistogramDataPoint[int64]{ { @@ -980,7 +980,7 @@ func BenchmarkResourceMetrics(b *testing.B) { }, }, { - name: "with a symmary", + name: "with a summary", aggregation: metricdata.Summary{ DataPoints: []metricdata.SummaryDataPoint{ {