mimir
mimir copied to clipboard
feat: servicemonitor in jsonnet deployment
What this PR does
add a servicemonitor to the jsonnet deployment.
it already exists for the chart (example: https://github.com/grafana/mimir/blob/80ee3c17ee134541904fcefc7e9b066b6288348d/operations/helm/charts/mimir-distributed/templates/query-scheduler/query-scheduler-servmon.yaml#L2)
the implementation is very similar to the one found in loki: https://github.com/grafana/loki/blob/main/production/ksonnet/loki/servicemonitor.libsonnet
Which issue(s) this PR fixes or relates to
Fixes #
Checklist
- [ ] Tests updated
- [ ] Documentation added
- [x]
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
I applied @pracucci suggestions and rebased on top of main to remove the conflict in the changelog
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!
Thank you for your contribution. This pull request has been marked as stale because it has had no activity in the last 150 days. It will be closed in 30 days if there is no further activity. If you need more time, you can add a comment to the PR.
This pull request has been closed because it has been stale for 30 days with no activity. Feel free to reopen if you want to continue working on this.