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
# [*extra_options*]
# Extra options added to the startup command
# For a full list of the exporter's supported extra options
# please refer to https://github.com/wrouesnel/postgres_exporter
... while the option is actually called $options and only supported as such.
Either the docs should be adjusted or support for extra_options should be added (to keep the behavior with other exporters in sync?). (I'm not sure how to properly do the later one without breaking existing setups, that's why I don't provide a PR yet.)
The text was updated successfully, but these errors were encountered:
The docs have been changed. Actually options is not documented now :(
About changing it to extra_options, I am not sure if this inconsistency warrants a breaking change.
Inside
postgres_exporter.pp
we have:... while the option is actually called
$options
and only supported as such.Either the docs should be adjusted or support for extra_options should be added (to keep the behavior with other exporters in sync?). (I'm not sure how to properly do the later one without breaking existing setups, that's why I don't provide a PR yet.)
The text was updated successfully, but these errors were encountered: