Skip to content

Commit 8302c2c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4165e79 commit 8302c2c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

x-pack/plugin/otel-data/src/main/java/org/elasticsearch/xpack/oteldata/otlp/datapoint/DataPointGroupingContext.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77

88
package org.elasticsearch.xpack.oteldata.otlp.datapoint;
99

10-
import com.dynatrace.hash4j.hashing.HashStream32;
11-
import com.dynatrace.hash4j.hashing.HashValue128;
12-
import com.dynatrace.hash4j.hashing.Hasher32;
13-
import com.dynatrace.hash4j.hashing.Hashing;
14-
import com.google.protobuf.ByteString;
1510
import io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest;
1611
import io.opentelemetry.proto.common.v1.InstrumentationScope;
1712
import io.opentelemetry.proto.common.v1.KeyValue;
1813
import io.opentelemetry.proto.metrics.v1.Metric;
1914
import io.opentelemetry.proto.metrics.v1.ResourceMetrics;
2015
import io.opentelemetry.proto.metrics.v1.ScopeMetrics;
2116
import io.opentelemetry.proto.resource.v1.Resource;
17+
18+
import com.dynatrace.hash4j.hashing.HashStream32;
19+
import com.dynatrace.hash4j.hashing.HashValue128;
20+
import com.dynatrace.hash4j.hashing.Hasher32;
21+
import com.dynatrace.hash4j.hashing.Hashing;
22+
import com.google.protobuf.ByteString;
23+
2224
import org.elasticsearch.cluster.routing.TsidBuilder;
2325
import org.elasticsearch.core.CheckedConsumer;
2426
import org.elasticsearch.xpack.oteldata.otlp.proto.BufferedByteStringAccessor;

0 commit comments

Comments
 (0)