You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| coordinator_grpc_received_transaction_total | counter || Total number of transactions received by the coordinator service from the client. |
57
-
| coordinator_grpc_committed_transaction_total | counter | status | Total number of transactions committed status sent by the coordinator service to the client. |
58
-
|coordinator_verifier_input_tx_batch_queue_size| gauge || Size of the input transaction batch queue of the signature verifier manager. |
59
-
|coordinator_verifier_output_validated_tx_batch_queue_size | gauge || Size of the output validated transaction batch queue of the signature verifier manager. |
60
-
|coordinator_vcservice_output_tx_status_batch_queue_size |gauge|| Size of the output transaction status batch queue of the validation and committer service manager.|
61
-
|coordinator_vcservice_output_validated_tx_batch_queue_size | gauge ||Size of the output validated transaction batch queue of the validation and committer service manager.|
62
-
|coordinator_verifier_transaction_processed_total|counter || Total number of transactions processed by the signature verifier manager. |
63
-
|coordinator_vcservice_transaction_processed_total|counter || Total number of transactions processed by the validation and committer service manager.|
64
-
|coordinator_verifier_connection_status| gauge | grpc_target | Connection status to verifier service by grpc target (1 = connected, 0 = disconnected).|
65
-
|coordinator_verifier_connection_failure_total| counter | grpc_target | Total number of connection failures to verifier service. Short-lived failures may not always be captured.|
66
-
|coordinator_vcservice_retired_transaction_total | counter || Total number of transactions retried by the validation and committer service manager.|
67
-
|coordinator_vcservice_connection_status| gauge | grpc_target | Connection status to vcservice service by grpc target (1 = connected, 0 = disconnected).|
68
-
|coordinator_vcservice_connection_failure_total| counter | grpc_target | Total number of connection failures to vcservice service. Short-lived failures may not always be captured.|
69
-
|coordinator_verifier_retired_transaction_total| counter || Total number of transactions retried by the signature verifier manager.|
| coordinator_grpc_received_transaction_total | counter || Total number of transactions received by the coordinator service from the client. |
57
+
| coordinator_grpc_committed_transaction_total | counter | status | Total number of transactions committed status sent by the coordinator service to the client. |
58
+
|coordinator_verifier_connection_status| gauge |grpc_target | Connection status to verifier service by grpc target (1 = connected, 0 = disconnected).|
59
+
|coordinator_verifier_connection_failure_total | counter | grpc_target | Total number of connection failures to verifier service. Short-lived failures may not always be captured.|
60
+
|coordinator_verifier_transaction_processed_total | counter|| Total number of transactions processed by the manager. |
61
+
|coordinator_verifier_transaction_retired_total | counter ||Total number of transactions retried by the manager. |
62
+
|coordinator_verifier_input_batch_queue_size| gauge|| Size of the input batch queue of the manager.|
63
+
|coordinator_verifier_output_batch_queue_size| gauge|| Size of the output batch queue of the manager. |
64
+
|coordinator_vcservice_connection_status| gauge | grpc_target | Connection status to vcservice service by grpc target (1 = connected, 0 = disconnected). |
65
+
|coordinator_vcservice_connection_failure_total| counter | grpc_target | Total number of connection failures to vcservice service. Short-lived failures may not always be captured. |
66
+
|coordinator_vcservice_transaction_processed_total | counter || Total number of transactions processed by the manager.|
67
+
|coordinator_vcservice_transaction_retired_total| counter || Total number of transactions retried by the manager. |
68
+
|coordinator_vcservice_input_batch_queue_size| gauge|| Size of the input batch queue of the manager. |
69
+
|coordinator_vcservice_output_batch_queue_size| gauge|| Size of the output batch queue of the manager.|
0 commit comments