[ 
https://issues.apache.org/jira/browse/IGNITE-22912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-22912:
---------------------------------------
    Description: 
* metastorage.availablePeers is an int gauge, reports number of available 
members of the MG voting set (this is calculated based on the current logical 
topology)
 * metastorage.available is an int gauge, its value is 1 if the MG majority is 
available, 0 otherwise (this is detected based on a periodic check for whether 
MG can execute commands)
 * schemaSync.waits is a histogram of times of all waits (in milliseconds) 
caused by schema synchronization (might indicate that something is wrong with 
the Metastorage)

  was:
* cmg.availablePeers is an int gauge, reports number of available members of 
the CMG voting set (this is calculated based on the current logical topology)
 * cmg.available is an int gauge, its value is 1 if the CMG majority is 
available, 0 otherwise (this is detected based on a periodic check for whether 
CMG can execute commands)


> Add metrics related to MG availability
> --------------------------------------
>
>                 Key: IGNITE-22912
>                 URL: https://issues.apache.org/jira/browse/IGNITE-22912
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> * metastorage.availablePeers is an int gauge, reports number of available 
> members of the MG voting set (this is calculated based on the current logical 
> topology)
>  * metastorage.available is an int gauge, its value is 1 if the MG majority 
> is available, 0 otherwise (this is detected based on a periodic check for 
> whether MG can execute commands)
>  * schemaSync.waits is a histogram of times of all waits (in milliseconds) 
> caused by schema synchronization (might indicate that something is wrong with 
> the Metastorage)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to