Skip to content

Commit 8143b65

Browse files
committed
Add TODO for GCP implementation
1 parent 90e7061 commit 8143b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ String getTrackedBucket() {
4848
return bucketName;
4949
}
5050

51+
// TODO: actually track requests and operations separately (see https://elasticco.atlassian.net/browse/ES-10213)
5152
Map<String, BlobStoreActionStats> toMap() {
5253
final Map<String, BlobStoreActionStats> results = new HashMap<>();
5354
final long getOperations = getCount.get();

0 commit comments

Comments
 (0)