-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: add working podmonitor for sidekiq #169
Conversation
I put this in draft because while the deployment will work fine and doesnt impact existing functionality (this pod monitor is not there/working currently), a patch is required to uds-core to not overwrite the scrapeClass when its explicitly defined in a PodMonitor resource, which we had to do in this case to enable the All that to say it could be merged right now and then the functionality "works" in the next uds-core patch release. Anyways, visual proof of the active target in prometheus after deploying gitlab against a uds-core build based on the linked PR branch: |
🤖 I have created a release *beep* *boop* --- ## [17.1.2-uds.1](v17.1.2-uds.0...v17.1.2-uds.1) (2024-07-23) ### Bug Fixes * add working podmonitor for sidekiq ([#169](#169)) ([5ff550a](5ff550a)) ### Miscellaneous * change playwright to a docker container ([#172](#172)) ([9c805ff](9c805ff)) * **deps:** update gitlab support dependencies ([#170](#170)) ([f02875b](f02875b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description
Related Issue
Fixes #
#165
Type of change
Checklist before merging