Skip to content

Commit

Permalink
PMM-13351 [DOC] Messaging about Alert Templates and Advisors tiers (#…
Browse files Browse the repository at this point in the history
…1308)

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

* PMM-13351 Update advisors-details.md

rename Advisors

* changes of tiers

* added bullet points

* sentence capitalization for better readibility in the small column

---------

Co-authored-by: Catalina A <[email protected]>
  • Loading branch information
rnovikovP and catalinaadam authored Oct 3, 2024
1 parent dca7d7e commit d883696
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 57 deletions.
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

0 comments on commit d883696

Please sign in to comment.