Skip to content
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

PMM-13351 [DOC] Messaging about Alert Templates and Advisors tiers #1308

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions docs/get-started/advisors-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,38 @@ You can also access this list through the [**Advisor checks for PMM**](https://p

### Configuration Advisors

| Advisor Name | Description | Subscription | Database Technology|
| Advisor Name | Description | Available for | Database Technology|
| :--------- | :---------- | :--- |:--- |
| **Version Configuration** | Notifies of newly released database versions to streamline database maintenance and ensure the most up-to-date performance. |All Users | MySQL, MongoDB, PostgreSQL|
| **Generic Configuration** | Provides basic recommendations for improving your database configuration. | All Users |MySQL, MongoDB, PostgreSQL|
| **Resources Configuration** | Watches your database and gives you recommendations for efficient management of resources like binaries architecture, CPU number versus DB Configuration, etc. | All Users | MySQL, MongoDB|
| **Connection Configuration** |Provides recommendations on configuring database connection parameters for improving database performance. | Customers only |MySQL, MongoDB, PostgreSQL|
| **Replication Configuration** | Provides recommendations for scalable replication in database clusters. | Customers only | MySQL, MongoDB|
| **InnoDB Configuration** | Advises on configuring InnoDB optimization for high performance. | Customers only | MySQL|
| **Vacuum Configuration** | Provides recommendations on optimizing Vacuum operations. | Customers only | PostgreSQL|
| **Version Configuration** | Notifies of newly released database versions to streamline database maintenance and ensure the most up-to-date performance. | • Percona customers<br>• Community | MySQL, MongoDB, PostgreSQL|
| **Generic Configuration** | Provides basic recommendations for improving your database configuration. | • Percona customers<br>• Community |MySQL, MongoDB, PostgreSQL|
| **Resources Configuration** | Watches your database and gives you recommendations for efficient management of resources like binaries architecture, CPU number versus DB Configuration, etc. | • Percona customers<br>• Community | MySQL, MongoDB|
| **Connection Configuration** |Provides recommendations on configuring database connection parameters for improving database performance. | • Percona customers<br>• Community |MySQL, MongoDB, PostgreSQL|
| **Replication Configuration** | Provides recommendations for scalable replication in database clusters. | • Percona customers<br>• Community | MySQL, MongoDB|
| **InnoDB Configuration** | Advises on configuring InnoDB optimization for high performance. | Percona customers | MySQL|
| **Vacuum Configuration** | Provides recommendations on optimizing Vacuum operations. | Percona customers | PostgreSQL|

### Performance Advisors

| Advisor Name | Description | Subscription | Database Technology|
| :--------- | :---------- | :--- |:--- |
| **Generic Performance** | Provides basic database configuration recommendations for high-performance query execution. | All Users | MongoDB, PostgreSQL|
| **Vacuum Performance** | Helps improve the efficiency and execution speed of database Vacuum commands. | Customers only | PostgreSQL|
| **Replication Performance** |Checks efficient replication usage of your database. | Customers only | MongoDB, PostgreSQL|

| **Generic Performance** | Provides basic database configuration recommendations for high-performance query execution. | • Percona customers<br>• Community | MongoDB, PostgreSQL|
| **Vacuum Performance** | Helps improve the efficiency and execution speed of database Vacuum commands. | Percona customers | PostgreSQL|
| **Replication Performance** |Checks efficient replication usage of your database. | • Percona customers<br>• Community | MongoDB, PostgreSQL|

### Security Advisors
| Advisor Name | Description | Subscription | Database Technology|
| :--------- | :---------- | :--- |:--- |
| **CVE Security** | Informs you of any database versions affected by CVE. |All Users | MongoDB, PostgreSQL |
| **Configuration Security** | Checks your database configuration to ensure that security best practices are correctly implemented. | All Users |MySQL, MongoDB, PostgreSQL|
| **Authentication Security** | Ensures that all database authentication parameters are configured securely. | Customers only |MySQL, MongoDB, PostgreSQL|
| **Replication Security** | Helps safeguard data replication by assessing security risks and providing recommendations for improving protection. | Customers only |MySQL|
| **Connection Security** | Helps identify security issues on network connections and provides recommendations for enhancing security. | Customers only |MySQL, MongoDB|
| **CVE Security** | Informs you of any database versions affected by CVE. | • Percona customers<br>• Community | MongoDB, PostgreSQL |
| **Configuration Security** | Checks your database configuration to ensure that security best practices are correctly implemented. | • Percona customers<br>• Community |MySQL, MongoDB, PostgreSQL|
| **Authentication Security** | Ensures that all database authentication parameters are configured securely. | • Percona customers<br>• Community |MySQL, MongoDB, PostgreSQL|
| **Replication Security** | Helps safeguard data replication by assessing security risks and providing recommendations for improving protection. | • Percona customers<br>• Community |MySQL|
| **Connection Security** | Helps identify security issues on network connections and provides recommendations for enhancing security. | Percona customers |MySQL, MongoDB|

### Query Advisors
| Advisor Name | Description | Subscription | Database Technology|
| :--------- | :---------- | :--- |:--- |
| **Index Query** | Provides query and index optimization strategies for peak database performance. | Customers only | MySQL, MongoDB, PostgreSQL |
| **Schema Design Query** | Helps create efficient database schemas by analyzing queries and offering suggestions for optimization. | All Users |MySQL|
| **Index Query** | Provides query and index optimization strategies for peak database performance. | • Percona customers<br>• Community | MySQL, MongoDB, PostgreSQL |
| **Schema Design Query** | Helps create efficient database schemas by analyzing queries and offering suggestions for optimization. | • Percona customers<br>• Community |MySQL|

## List of checks
Every Advisor consists of one or more Advisor checks.
Expand Down
Loading
Loading