Skip to content

Commit e49d92c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 2b3bfad commit e49d92c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77

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

10-
import com.google.protobuf.ByteString;
1110
import io.opentelemetry.proto.common.v1.AnyValue;
1211
import io.opentelemetry.proto.common.v1.InstrumentationScope;
1312
import io.opentelemetry.proto.common.v1.KeyValue;
1413
import io.opentelemetry.proto.resource.v1.Resource;
14+
15+
import com.google.protobuf.ByteString;
16+
1517
import org.elasticsearch.common.Strings;
1618
import org.elasticsearch.xcontent.XContentBuilder;
1719
import org.elasticsearch.xpack.oteldata.otlp.datapoint.DataPoint;

0 commit comments

Comments
 (0)