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
We need to specify the web.external-url for the pushgateway the same way we can for the prometheus itself.
In the template the only option I found to add additional configuration is in the web_config file: --web.config.file=/etc/pushgateway/web_config.yml
with the variable: pushgateway_http_server_config
But I can't find any documentations about what options to configure. And using web.external-url=
is always failing. Any hints?
The text was updated successfully, but these errors were encountered:
Hi, AFAIK the web.external-url option is a flag that should be passed to the binary and not a config file option for the web config.
I don't think it's possible to set the web.external-url for the pushgateway as the service template in the role does not have any options of specifying the external url and also does not have any option of passing in extra flags for the binary.
Hi
We need to specify the web.external-url for the pushgateway the same way we can for the prometheus itself.
In the template the only option I found to add additional configuration is in the web_config file:
--web.config.file=/etc/pushgateway/web_config.yml
with the variable:
pushgateway_http_server_config
But I can't find any documentations about what options to configure. And using
web.external-url=
is always failing. Any hints?
The text was updated successfully, but these errors were encountered: