This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c469b0b2a4 IGNITE-22536 Added conflict resolver plugin metrics 
documentation (#11419)
1c469b0b2a4 is described below

commit 1c469b0b2a4444313e1a5fae9cfcbcd53cf62db0
Author: Maksim Davydov <[email protected]>
AuthorDate: Thu Jul 4 18:17:15 2024 +0300

    IGNITE-22536 Added conflict resolver plugin metrics documentation (#11419)
---
 .../change-data-capture-extensions.adoc                     | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git 
a/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc 
b/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
index 399643e96ad..5973b34607e 100644
--- a/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
+++ b/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
@@ -241,6 +241,19 @@ You should consider the nature of your transactions, the 
rate of change of your
 
 Custom conflict resolver can be set via `conflictResolver` and allows to 
compare or merge the conflict data in any required way.
 
+=== Conflict Resolver Metrics
+
+The Ignite's built-in `CacheVersionConflictResolverPluginProvider` provides 
the following metrics:
+
+[cols="35%,65%",opts="header"]
+|===
+|Name |Description
+| `AcceptedCount` | Count of accepted entries.
+| `RejectedCount` | Count of rejected entries.
+|===
+
+These metrics are registered under `conflict-resolver` registry for each node 
configured with this plugin.
+
 === Configuration example
 Configuration is done via Ignite node plugin:
 

Reply via email to