Skip to content

Commit 72df025

Browse files
committed
serverless fix
1 parent d4f30d8 commit 72df025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository-gcs/src/main/java/org/elasticsearch/repositories/gcs/GcsRepositoryStatsCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public Map<String, BlobStoreActionStats> operationsStats(boolean isServerless) {
251251
var stat = operationKv.getValue();
252252
var ops = stat.operations.sum();
253253
var req = stat.requests.sum();
254-
out.put(purposeKv.getKey() + "_" + operationKv.getKey(), new BlobStoreActionStats(ops, req));
254+
out.put(purposeKv.getKey().getKey() + "_" + operationKv.getKey().key(), new BlobStoreActionStats(ops, req));
255255
}
256256
}
257257
} else {

0 commit comments

Comments
 (0)