You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/otel-data/src/test/java/org/elasticsearch/xpack/oteldata/otlp/docbuilder/MetricDocumentBuilderTests.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ public void testExponentialHistogram() throws Exception {
214
214
null,
215
215
List.of(),
216
216
"",
217
-
"metrics-generic.otel-default"
217
+
TargetIndex.defaultMetrics()
218
218
);
219
219
dataPointGroup.addDataPoint(
220
220
Set.of(),
@@ -250,7 +250,7 @@ public void testExponentialHistogramAsAggregateMetricDouble() throws Exception {
250
250
null,
251
251
List.of(),
252
252
"",
253
-
"metrics-generic.otel-default"
253
+
TargetIndex.defaultMetrics()
254
254
);
255
255
dataPointGroup.addDataPoint(
256
256
Set.of(),
@@ -286,7 +286,7 @@ public void testHistogram() throws Exception {
286
286
null,
287
287
List.of(),
288
288
"",
289
-
"metrics-generic.otel-default"
289
+
TargetIndex.defaultMetrics()
290
290
);
291
291
dataPointGroup.addDataPoint(
292
292
Set.of(),
@@ -321,7 +321,7 @@ public void testHistogramAsAggregateMetricDouble() throws Exception {
0 commit comments