xtern commented on a change in pull request #9422: URL: https://github.com/apache/ignite/pull/9422#discussion_r712591281
########## File path: docs/_docs/monitoring-metrics/system-views.adoc ########## @@ -899,3 +899,17 @@ Note, lock will be shown on the non parent node only after initial usage on that |GROUP_ID | int | Cache group id to store data structure |REMOVED | boolean | `True` if removed |=== + +== SNAPSHOTS + +The SNAPSHOTS view exposes information about local snapshots. + +[{table_opts}] +|=== +| Column | Data Type | Description +| SNAPSHOT_NAME | VARCHAR | Snapshot name. +| NODE_CONSISTENT_ID | VARCHAR | Node consistent ID. +| CACHE_GROUP | VARCHAR | Name of cache group. +| LOCAL_PARTITIONS | VARCHAR | Numbers of local partitions for cache group. Review comment: `Partition numbers of the cache group stored in the snapshot.` ? or at least I suggest `for cache group.` => `for the cache group.` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org