diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index 67202dece..bf928c1ad 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -479,6 +479,9 @@ label:deprecated[Deprecated in 5.15] |.cluster.store_copy.pull_updates|The total number of pull requests made by this instance. (counter) |.cluster.store_copy.pull_update_highest_tx_id_requested|The highest transaction id requested in a pull update by this instance. (counter) |.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) +|.cluster.store_copy.store_file_download_attempt|Store file download attempts. (counter) +|.cluster.store_copy.store_file_download_fail|Store file download failed downloads. (counter) +|.cluster.store_copy.store_file_download_success|Store file download successful downloads. (counter) |===