-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
TODO: patch prometheus::daemon to support custom extract directories #606
Comments
Merged
TheMeier
added a commit
that referenced
this issue
Dec 31, 2024
some exporters have different layout of the release archives, for these workarounds where in place to handle the different layouts. All theses cases are now implemented using the options that prometheus::daemon provides. fixes #606
TheMeier
added a commit
that referenced
this issue
Dec 31, 2024
some exporters have a layout of the release archives that does not fit the assumptions in prometheus::daemon. For these exporters workarounds where in place to handle the different layouts. All theses cases are now implemented using the options that prometheus::daemon provides. fixes #606
TheMeier
added a commit
that referenced
this issue
Dec 31, 2024
some exporters have a layout of the release archives that does not fit the assumptions in prometheus::daemon. For these exporters workarounds where in place to handle the different layouts. All theses cases are now implemented using the options that prometheus::daemon provides. fixes #606
TheMeier
added a commit
that referenced
this issue
Dec 31, 2024
remove custom use of archive for several exporters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
See https://github.com/voxpupuli/puppet-prometheus/blob/master/manifests/redis_exporter.pp#L105 and
https://github.com/voxpupuli/puppet-prometheus/blob/master/manifests/postgres_exporter.pp#L129
What are you seeing
# TODO: patch prometheus::daemon to support custom extract directories
What behaviour did you expect instead
prometheus::daemon supports a custom extract directory.
Output log
Any additional information you'd like to impart
This issue is just a reminder that there is an open TODO.
The text was updated successfully, but these errors were encountered: