From deeb455e60fb023b8589ce41b9d78439cb27d5fb Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Wed, 27 Nov 2024 18:20:03 +0100 Subject: [PATCH] chore: fix linting issues --- exporter/prometheusremotewriteexporter/exporter_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/prometheusremotewriteexporter/exporter_v2.go b/exporter/prometheusremotewriteexporter/exporter_v2.go index 76f0b5a4184e..62c8b324a0a1 100644 --- a/exporter/prometheusremotewriteexporter/exporter_v2.go +++ b/exporter/prometheusremotewriteexporter/exporter_v2.go @@ -106,7 +106,7 @@ func (prwe *prwExporter) handleExportV2(ctx context.Context, symbolsTable writev // See: // * https://github.com/open-telemetry/wg-prometheus/issues/10 // * https://github.com/open-telemetry/opentelemetry-collector/issues/2315 - //Timeseries: orderBySampleTimestamp(tsArray), + // Timeseries: orderBySampleTimestamp(tsArray), Timeseries: tsArray, Symbols: symbolsTable.Symbols(), })