-
Notifications
You must be signed in to change notification settings - Fork 131
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-13553 Revert the upgrade of kong #3319
base: v3
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3 #3319 +/- ##
==========================================
+ Coverage 43.51% 43.53% +0.02%
==========================================
Files 366 366
Lines 44169 44169
==========================================
+ Hits 19219 19231 +12
+ Misses 23265 23252 -13
- Partials 1685 1686 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
- name: Disable grafana | ||
ini_file: | ||
path: /etc/supervisord.d/grafana.ini | ||
section: program:grafana | ||
option: autostart | ||
value: "false" |
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.
let's enable it after initialization
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.
That seems to be redundant, since pmm-managed
generates grafana.ini
anyway. Therefore, it will get enabled before we know it. :)
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.
it will slowdown first initialization and we will loose time that we win by running initialization during build time
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.
Btw, the block above is not even necessary given the current initial grafana.ini
config.
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.
Moreover, setting autostart:true
does not do anything on its own - the service will not restart without supervisord, which either needs to restart or to reread the config.
PMM-13533
Link to the Feature Build: SUBMODULES-3771
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: