-
Notifications
You must be signed in to change notification settings - Fork 138
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
feat: pushgateway extra parameters #320
feat: pushgateway extra parameters #320
Conversation
a0b982e
to
55d9898
Compare
55d9898
to
dceb0ca
Compare
dceb0ca
to
24b74c8
Compare
24b74c8
to
b63a01a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the new options to the argument specs as well, they are located under meta/argument_specs.yml
Docs Build 📝This PR is closed and any previously published docsite has been unpublished. |
Sure thing, done. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can you please fix the DCO so that this can be merged?
3731594
to
57572f9
Compare
Silly me! of course, done. |
Can this be merged? |
8c7264a
to
cfa28dc
Compare
cfa28dc
to
7e453fe
Compare
Changes made as requested (sorry for losing this out of my radar for so long). Unfortunately there are currently some issues with the CI:
Rebased the changes and trying again. |
Allow passing in additional parameters for the pushgateway binary * pushgateway_web_external_url - useful when running behind a reverse proxy * pushgateway_cli_extra_flags - additional extra flags for flexibility Signed-off-by: Waldek Maleska <[email protected]>
Signed-off-by: Waldek Maleska <[email protected]>
Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Waldek Maleska <[email protected]>
7e453fe
to
b1bcedf
Compare
No traction so closing this PR. |
@weakcamel sorry about the radio silence, was doing some major overhaul of the roles and tests in the background, which have now been merged #395 and #425 |
Allow passing in additional parameters for the pushgateway binary
pushgateway_web_external_url
- useful when running behind a reverse proxypushgateway_cli_extra_flags
- additional extra flags for flexibilityResolves #288