Skip to content

Commit

Permalink
IGNITE-22536 Added conflict resolver plugin metrics documentation (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
maksaska committed Jul 4, 2024
1 parent 904f002 commit 1c469b0
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1c469b0

Please sign in to comment.