Skip to content

Commit

Permalink
Apply review changes requested by @chrzaszcz
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Sep 27, 2023
1 parent df1d1a9 commit 4b8a0ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ Checklist:
If it is not equal, you could have some configuration or networking issues.
You can check the `unavailableNodes`, `remoteNodesWithUnknownTables`,
and `remoteNodesWithMissingTables` lists for more information (generally, these lists should be empty).
You can read the description for other fields of `systemInfo` in the GraphQL schema file.
You can read the description for other fields of `systemInfo` in the
[GraphQL API reference](../graphql-api/admin-graphql-doc.html#definition-CETSSystemInfo).

For a properly configured 2 nodes cluster the metrics would show something like that:

Expand Down
2 changes: 1 addition & 1 deletion doc/operation-and-maintenance/MongooseIM-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Metrics specific to an extension, e.g. Message Archive Management, are described
| `joined_nodes` | Joined nodes (nodes that have our local tables running). |
| `discovered_nodes` | Discovered nodes (nodes that are extracted from the discovery backend). |
| `remote_nodes_without_disco` | Nodes that have more tables registered than the local node. |
| `remote_nodes_with_unknown_tables` | Nodes that have more tables registered than the local node. |
| `remote_nodes_with_unknown_tables` | Nodes with unknown tables. |
| `remote_unknown_tables` | Unknown remote tables. |
| `remote_nodes_with_missing_tables` | Nodes that are available, but do not host some of our local tables. |
| `remote_missing_tables` | Nodes that replicate at least one of our local tables to a different list of nodes. |
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/CETS-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ across the MongooseIM cluster. It could be used to store:

- information about online XMPP sessions;
- information about outgoung S2S connections;
- steam management session IDs;
- stream management session IDs;
- information about online MUC rooms.

If you want to use CETS instead of Mnesia, ensure that these options are set:
Expand Down

0 comments on commit 4b8a0ca

Please sign in to comment.