-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add store copy metrics #2046
base: dev
Are you sure you want to change the base?
Add store copy metrics #2046
Conversation
This PR includes documentation updates Updated pages: |
@@ -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|Store file download attempts. (counter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|<prefix>.cluster.store_copy.store_file_download_attempt|Store file download attempts. (counter) | |
|<prefix>.cluster.store_copy.store_file_download_attempt|label:new[Introduced in 2025.02] Store file download attempts. (counter) |
@@ -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|Store file download attempts. (counter) | |||
|<prefix>.cluster.store_copy.store_file_download_fail|Store file download failed downloads. (counter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|<prefix>.cluster.store_copy.store_file_download_fail|Store file download failed downloads. (counter) | |
|<prefix>.cluster.store_copy.store_file_download_fail |label:new[Introduced in 2025.02] Store file download failed downloads. (counter) |
@@ -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|Store file download attempts. (counter) | |||
|<prefix>.cluster.store_copy.store_file_download_fail|Store file download failed downloads. (counter) | |||
|<prefix>.cluster.store_copy.store_file_download_success|Store file download successful downloads. (counter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|<prefix>.cluster.store_copy.store_file_download_success|Store file download successful downloads. (counter) | |
|<prefix>.cluster.store_copy.store_file_download_success |label:new[Introduced in 2025.02] Store file download successful downloads. (counter) |
No description provided.