Skip to content
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

[prometheus-systemd-exporter] Customize DaemonSet args #4879

Open
javiertury opened this issue Sep 28, 2024 · 0 comments
Open

[prometheus-systemd-exporter] Customize DaemonSet args #4879

javiertury opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@javiertury
Copy link

Is your feature request related to a problem ?

The args in the DaemonSet template are hardcoded and there is no way to change them

args:
- --log.level=info
- --systemd.collector.unit-include=kubelet.service|docker.service

Those values are very restrictive, since some kubernetes engines use other service names, e.g. k3s.service, or users may want to monitor additional service units as well. It would be much better if users could override args completely.

Describe the solution you'd like.

Being able to override args using values.yaml

Describe alternatives you've considered.

Adding my customization in extraArgs, but everything fails because --systemd.collector.unit-include can only be specified once.

Additional context.

No response

@javiertury javiertury added the enhancement New feature or request label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant