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

make process exporter service name propagate correctly #617

Merged
merged 1 commit into from
May 10, 2022

Conversation

anarcat
Copy link

@anarcat anarcat commented May 10, 2022

Most (but not all!) of the other exporters set the service name properly by passing it like that to the prometheus::daemon. It's important to have this so that it works when installing from Debian packages, where the service name is prometheus-process-exporter and not process-exporter.

This is similar to commit 14849dd ("have a $service_name parameter for all prometheus-exporters", #430 ) and 82cc646 ("make apache exporter service name customizable", #400).

Most (but not all!) of the other exporters set the service name
properly by passing it like that to the prometheus::daemon. It's
important to have this so that it works when installing from Debian
packages, where the service name is `prometheus-process-exporter` and
not `process-exporter`.

This is similar to commit
14849dd ("have a $service_name
parameter for all prometheus-exporters") and
82cc646 ("make apache exporter
service name customizable").
@bastelfreak bastelfreak added the bug Something isn't working label May 10, 2022
@bastelfreak bastelfreak merged commit 2b19d4e into voxpupuli:master May 10, 2022
@anarcat anarcat deleted the process-exporter-service-name branch June 13, 2022 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants