From 13e59a3867cfb4cbeeb070bce50419833e036ff1 Mon Sep 17 00:00:00 2001 From: Ragnar Wernersson Date: Fri, 10 Jan 2025 16:32:57 +0100 Subject: [PATCH 1/2] Add store copy metrics --- modules/ROOT/pages/monitoring/metrics/reference.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index ae823af44..fafcf1251 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -494,6 +494,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) |=== From d1a6aef275bb31efc41ede191633f305632afae5 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:42:03 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- modules/ROOT/pages/monitoring/metrics/reference.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index fafcf1251..9aebdd099 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -494,9 +494,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) +|.cluster.store_copy.store_file_download_attempt|label:new[Introduced in 2025.02] Total number of store file download attempts. (counter) +|.cluster.store_copy.store_file_download_fail |label:new[Introduced in 2025.02] Total number of failed store file downloads. (counter) +|.cluster.store_copy.store_file_download_success |label:new[Introduced in 2025.02] Total number of successful store file downloads. (counter) |===