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: oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/inference/InferenceServiceMetricsTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ public TestInferenceServiceMetrics(String testPrefix) {
237
237
238
238
@Override
239
239
protectedStringgetMetricName(StringbaseName) {
240
-
// This method is called with metricsServiceKey + ";" + name, so we need to preserve that format
240
+
// This method is called with metricsServiceKey + "-" + name, so we need to preserve that format
0 commit comments