Skip to content

Commit d1a6aef

Browse files
Apply suggestions from code review
1 parent 13e59a3 commit d1a6aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ label:deprecated[Deprecated in 5.15]
494494
|<prefix>.cluster.store_copy.pull_updates|The total number of pull requests made by this instance. (counter)
495495
|<prefix>.cluster.store_copy.pull_update_highest_tx_id_requested|The highest transaction id requested in a pull update by this instance. (counter)
496496
|<prefix>.cluster.store_copy.pull_update_highest_tx_id_received|The highest transaction id that has been pulled in the last pull updates by this instance. (counter)
497-
|<prefix>.cluster.store_copy.store_file_download_attempt|Store file download attempts. (counter)
498-
|<prefix>.cluster.store_copy.store_file_download_fail|Store file download failed downloads. (counter)
499-
|<prefix>.cluster.store_copy.store_file_download_success|Store file download successful downloads. (counter)
497+
|<prefix>.cluster.store_copy.store_file_download_attempt|label:new[Introduced in 2025.02] Total number of store file download attempts. (counter)
498+
|<prefix>.cluster.store_copy.store_file_download_fail |label:new[Introduced in 2025.02] Total number of failed store file downloads. (counter)
499+
|<prefix>.cluster.store_copy.store_file_download_success |label:new[Introduced in 2025.02] Total number of successful store file downloads. (counter)
500500
|===
501501

502502

0 commit comments

Comments
 (0)