loki
loki copied to clipboard
fix(helm): Disable service monitor for nginx service
What this PR does / why we need it: The service monitor that targets all Loki pods targets nginx as well. Nginx isn't configured for prometheus metrics and the endpoint is 404, which causes alerts that the target is down.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Checklist
- [x] Reviewed the
CONTRIBUTING.md
guide (required) - [x] Documentation added
- [ ] Tests updated
- [x] Title matches the required conventional commits format, see here
- [x] Changes that require user attention or interaction to upgrade are documented in
docs/sources/setup/upgrade/_index.md
- [x] For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PR - [x] If the change is deprecating or removing a configuration option, update the
deprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR
Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml
and update production/helm/loki/CHANGELOG.md
and production/helm/loki/README.md.
Example PR
Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md.
Example PR
Makes sense, fixed.
Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md.
Example PR
Anything else needed to move this?
@JStickler Can you merge this small PR?
@adinhodovic I'm the technical writer on the team, so I avoid merging code as I'm not a developer.
@adinhodovic I'm the technical writer on the team, so I avoid merging code as I'm not a developer.
Ah, sorry about the ping!