-
Notifications
You must be signed in to change notification settings - Fork 609
Update docs for System Statistics label #8915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,7 +12,7 @@ Statistics on users, posts, and channels are tracked for each system and team. E | |||||
|
|
||||||
| For advanced metrics for Entry, Enterprise, and Enterprise deployments, :doc:`see performance monitoring documentation to learn more </administration-guide/scale/deploy-prometheus-grafana-for-performance-monitoring>`. | ||||||
|
|
||||||
| Site statistics | ||||||
| System statistics | ||||||
| --------------- | ||||||
|
||||||
| --------------- | |
| ----------------- |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -155,7 +155,7 @@ Privileges | |||||||||
| | About | - PERMISSION_SYSCONSOLE_READ_ABOUT_EDITION_AND_LICENSE | | ||||||||||
| | | - PERMISSION_SYSCONSOLE_WRITE_ABOUT_EDITION_AND_LICENSE | | ||||||||||
| +------------------------+--------------------------------------------------------------------------+ | ||||||||||
| | Reporting | **Site Statistics** | | ||||||||||
| | Reporting | **System Statistics** | | ||||||||||
|
||||||||||
| | Reporting | **System Statistics** | | |
| | Reporting | **System Statistics** | | |
| | | Note: Permission constants retain the legacy | | |
| | | ``..._SITE_STATISTICS`` naming. | |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -97,7 +97,7 @@ Guests are billed based on channel access: | |||||||||
|
|
||||||||||
| Bots, deactivated users, and synthetic users in :doc:`Microsoft Teams integrations </end-user-guide/collaborate/collaborate-within-connected-microsoft-teams>` and :doc:`connected workspace </administration-guide/onboard/connected-workspaces>` users aren't counted towards the total number of activated users. | ||||||||||
|
|
||||||||||
| You can review your activated user count in **System Console > Site Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. | ||||||||||
| You can review your activated user count in **System Console > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. | ||||||||||
|
||||||||||
| You can review your activated user count in **System Console > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. | |
| You can review your activated user count in **System Console > Reporting > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the full navigation path for consistency and accuracy.
Line 100 likely omits the intermediate Reporting level. For consistency with the rest of this PR, use System Console > Reporting > System Statistics.
Suggested minimal diff
-You can review your activated user count in **System Console > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**.
+You can review your activated user count in **System Console > Reporting > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**.Based on learnings: "Describe Mattermost feature behavior, UI labels, and capability boundaries accurately."
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| You can review your activated user count in **System Console > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. | |
| You can review your activated user count in **System Console > Reporting > System Statistics** under **Total Activated Users**. Review single-channel guest usage separately under **Single-channel Guests**. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@source/product-overview/subscription.rst` at line 100, Update the navigation
path string "System Console > System Statistics" to include the intermediate
Reporting level so it reads "System Console > Reporting > System Statistics"
while keeping the references to "Total Activated Users" and "Single-channel
Guests" unchanged; modify the sentence in the subscription.rst content that
currently contains "System Console > System Statistics" to the new full path for
consistency with other docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editor Evie — Blocker: The section title underline is shorter than the title ("System statistics" / "---------------"), which will break reStructuredText rendering for this page. Suggestion: extend the underline to at least the title length (17+ dashes).