nizhikov commented on a change in pull request #8911:
URL: https://github.com/apache/ignite/pull/8911#discussion_r601253751
##########
File path: docs/_docs/monitoring-metrics/system-views.adoc
##########
@@ -703,3 +703,147 @@ This view exposes the contents of the metastorage cache.
|NAME | string | Name
|VALUE | string | String or raw binary (if data could not be deserialized for
some reason) representation of an element
|===
+
+== DS_QUEUES
+
+This view exposes the list of `IgniteQueue`.
+
+[{table_opts}]
+|===
+|Column | Data type | Description
+| ID | UUID | Id
+| NAME | string | Data structure name
+| CAPACITY | int | Capacity
+| SIZE | int | Current size
+| BOUNDED | boolean | `True` when queue capacity is bounded
+| COLLOCATED | boolean | `True` when collocated
+| GROUP_NAME | string | Cache group name to store data structure
+| GROUP_ID | int | Cache group id to store data structure
+| REMOVED | boolean | `True` if removed
+|===
+
+== DS_SETS
+
+This view exposes the list of `IgniteSet`.
+
+[{table_opts}]
+|===
+|Column | Data type | Description
+| ID | UUID | Id
+| NAME | string | Data structure name
+| SIZE | int | Current size
+| COLLOCATED | boolean | `True` when collocated
+| GROUP_NAME | string | Cache group name to store data structure
+| GROUP_ID | int | Cache group id to store data structure
+| REMOVED | boolean | `True` if removed
+|===
+
+== DS_ATOMICSEQUENCES
+
+This view exposes the list of `IgniteAtomicSequence`
Review comment:
Fixed.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]