Recommendations History
System Recommendations
Section titled “System Recommendations”❗By default this feature is disabled. To enable it set the PLT_FEATURE_CACHE_RECOMMENDATIONS to true. Enabling features.
Every 24 hours a cron job will run an analysis on your applications and will look for optimizations based on telemetry.
The algorithm may suggest moving, duplicating, or refactoring a service inside your applications.
The first button on the sidebar opens the Recommendation History page where you can see all recommendations that have been generated.
Clicking on View Recommendation will open the recommendation detail
On the left pane there is a list of steps that you should take to optimize your application.
The services that need refactoring are highlighted in blue.
From the header you can choose which action to take for the current recommendation
- “I will work on it” will change the status to
in_progress
. - “Skip this recommendation” will change the status to
skipped
.
When the recommendation is in_progress
you can abort or confirm it.