We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4e7a commit 5a33bb6Copy full SHA for 5a33bb6
server/src/main/java/org/elasticsearch/repositories/Repository.java
@@ -375,7 +375,7 @@ static boolean assertSnapshotMetaThread() {
375
/**
376
* Get the current count of snapshots in progress
377
*
378
- * @return The current number of shard snapshots in progress
+ * @return The current number of shard snapshots in progress metric value, or null if this repository doesn't track that
379
*/
380
@Nullable
381
default LongWithAttributes getShardSnapshotsInProgress() {
0 commit comments