Skip to content

Commit 18c612a

Browse files
committed
Fix compile error after merge
1 parent cb9db53 commit 18c612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void testSummary() throws Exception {
211211
null,
212212
List.of(),
213213
"",
214-
"metrics-generic.otel-default"
214+
TargetIndex.defaultMetrics()
215215
);
216216
dataPointGroup.addDataPoint(
217217
Set.of(),

0 commit comments

Comments
 (0)