[
https://issues.apache.org/jira/browse/IGNITE-25844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-25844:
-----------------------------------------
Description:
It makes sense to introduce the following transaction metrics:
||Metric Name||Description||
|TotalCommits|Total number of commits.|
|RwCommits|Total number of read-write transaction commits|
|RoCommits|Total number of read-only transaction commits|
|TotalRollbacks|Total number of rollbacks.|
|RwRollbacks|Total number of rolled-back read-write transactions|
|RoRollbacks|Total number of rolled-back read-only transactions|
|RwDuration|Latency of read-write transactions [histogram]|
|RoDuration|Latency of read-only transactions [histogram]|
It is assumed that these metrics are local. This means the metrics take into
account transactions that were coordinated by this local node.
was:
It makes sense to introduce the following transaction metrics:
||Metric Name||Description||
|TotalCommits|Total number of commits.|
|RwCommits|Total number of read-write transaction commits|
|RoCommits|Total number of read-only transaction commits|
|TotalRollbacks|Total number of rollbacks.|
|RwRollbacks|Total number of rolled-back read-write transactions|
|RoRollbacks|Total number of rolled-back read-only transactions|
|RwDuration|latency historam of read-write transactions|
|RoDuration|latency historam of read-only transactions|
It is assumed that these metrics are local. This means the metrics take into
account transactions that were coordinated by this local node.
> Add transaction metrics
> -----------------------
>
> Key: IGNITE-25844
> URL: https://issues.apache.org/jira/browse/IGNITE-25844
> Project: Ignite
> Issue Type: Improvement
> Components: metrics ai3, transactions ai3
> Reporter: Vyacheslav Koptilin
> Assignee: Vyacheslav Koptilin
> Priority: Major
> Labels: ignite-3
> Fix For: 3.1
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> It makes sense to introduce the following transaction metrics:
>
> ||Metric Name||Description||
> |TotalCommits|Total number of commits.|
> |RwCommits|Total number of read-write transaction commits|
> |RoCommits|Total number of read-only transaction commits|
> |TotalRollbacks|Total number of rollbacks.|
> |RwRollbacks|Total number of rolled-back read-write transactions|
> |RoRollbacks|Total number of rolled-back read-only transactions|
> |RwDuration|Latency of read-write transactions [histogram]|
> |RoDuration|Latency of read-only transactions [histogram]|
> It is assumed that these metrics are local. This means the metrics take into
> account transactions that were coordinated by this local node.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)