You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: N/A
Ruby: N/A
Distribution: N/A
Module version: 8.3.0
How to reproduce (e.g Puppet code you use)
class { 'prometheus::apache_exporter':
version:'0.8.0',
}
What are you seeing
It looks like version 0.8.0 of Apache Exporter now uses -- as the argument prefix instead of -. Specifying the scrape URI with -scrape_uri will result in an error apache_exporter: error: unknown short flag '-s', try --help.
What behaviour did you expect instead
The prometheus::apache_exporter should use a version comparison to determine if needs -- or -. For example:
Affected Puppet, Ruby, OS and module versions/distributions
8.3.0
How to reproduce (e.g Puppet code you use)
What are you seeing
It looks like version 0.8.0 of Apache Exporter now uses
--
as the argument prefix instead of-
. Specifying the scrape URI with-scrape_uri
will result in an errorapache_exporter: error: unknown short flag '-s', try --help
.What behaviour did you expect instead
The
prometheus::apache_exporter
should use a version comparison to determine if needs--
or-
. For example:Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: