Skip to content

Commit

Permalink
[en]update midware-mongoDB doc (DaoCloud#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ModetaNiu authored Sep 19, 2024
1 parent d70d633 commit 4873868
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 6 deletions.
Binary file added docs/en/docs/middleware/mongodb/images/view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions docs/en/docs/middleware/mongodb/user-guide/view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
MTPE: ModetaNiu
DATE: 2024-09-19
---

# View MongoDB Instance

In the MongoDB instance list, select the instance you want to view and click the instance name to enter the detail page.

## Overview

The Overview page supports viewing Basic Information, Access Settings, Resource Quota, Synchronization delay,
Alert, Pod List and Recent Events. Among them,

- Synchronization delay: It refers to the time difference between the standby node receiving the packets sent by
the master node due to network latency or other factors during the replication or synchronization process.

- Alert: The overview page only supports viewing the latest 10 alerts. Click __View More__ to enter alert list.

![Overview](../images/view.png)

## Parameter Configuration

Click the __Update__ button in the upper right corner of the page to update the `Current` value.

![Parameter Configuration](../images/view01.png)

!!! warning

Updating parameters requires a restart, which will make the instance unavailable. Proceed with caution!

## Instance Insight

- Select __Instance Insight__ from the navigation bar on the left, you can view various panels.

![Instance Insight](../images/view02.png)
13 changes: 7 additions & 6 deletions docs/en/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,10 @@ nav:
- Offline Upgrade MongoDB: middleware/mongodb/intro/offline-install.md
- Release Notes: middleware/mongodb/release-notes.md
- Quick Start:
- Create MongoDB: middleware/mongodb/user-guide/create.md
- Update MongoDB: middleware/mongodb/user-guide/update.md
- Delete MongoDB: middleware/mongodb/user-guide/delete.md
- Create MongoDB Instance: middleware/mongodb/user-guide/create.md
- Update MongoDB Instance: middleware/mongodb/user-guide/update.md
- Delete MongoDB Instance: middleware/mongodb/user-guide/delete.md
- View MongoDB Instance: middleware/mongodb/user-guide/view.md
- View MongoDB Logs: middleware/mongodb/user-guide/logs.md
- PostgreSQL Database:
- Intro:
Expand All @@ -1017,9 +1018,9 @@ nav:
- Offline Upgrade PostgreSQL: middleware/postgresql/intro/offline-install.md
- Release Notes: middleware/postgresql/release-notes.md
- Quick Start:
- Create PostgreSQL: middleware/postgresql/user-guide/create.md
- Update PostgreSQL: middleware/postgresql/user-guide/update.md
- Delete PostgreSQL: middleware/postgresql/user-guide/delete.md
- Create PostgreSQL Instance: middleware/postgresql/user-guide/create.md
- Update PostgreSQL Instance: middleware/postgresql/user-guide/update.md
- Delete PostgreSQL Instance: middleware/postgresql/user-guide/delete.md
- View PostgreSQL Logs: middleware/postgresql/user-guide/logs.md
- Manually Set Antiaffinity: middleware/postgresql/user-guide/antiaffinity.md
- Auto Backup: middleware/postgresql/user-guide/auto-backup.md
Expand Down

0 comments on commit 4873868

Please sign in to comment.