From 8afe5ead624c583d3ac6ba27441dca1b2edf223c Mon Sep 17 00:00:00 2001 From: dmathieu Date: Wed, 10 Jul 2024 16:47:20 +0200 Subject: [PATCH] regenerate code --- .../otlpmetricgrpc/internal/transform/metricdata_test.go | 4 ++-- .../otlpmetrichttp/internal/transform/metricdata_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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{ {