Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@ label:deprecated[Deprecated in 5.15]
|<prefix>.cluster.store_copy.pull_updates|The total number of pull requests made by this instance. (counter)
|<prefix>.cluster.store_copy.pull_update_highest_tx_id_requested|The highest transaction id requested in a pull update by this instance. (counter)
|<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)
|<prefix>.cluster.store_copy.store_file_download_attempt|label:new[Introduced in 2025.02] Total number of store file download attempts. (counter)
|<prefix>.cluster.store_copy.store_file_download_fail |label:new[Introduced in 2025.02] Total number of failed store file downloads. (counter)
|<prefix>.cluster.store_copy.store_file_download_success |label:new[Introduced in 2025.02] Total number of successful store file downloads. (counter)
|===


Expand Down