We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Using the helm chart here, when defining the servicemonitor as enabled the prometheus port is not defined, ie container ports should look like
containerPorts: http: 80 https: 443 stat: 1024 prometheus: 1024
with a matching config section that looks like
frontend stats bind :1024 http-request use-service prometheus-exporter if { path /metrics } stats enable stats uri /stats stats refresh 10s no log
The other option would be to set https://github.com/haproxytech/helm-charts/blob/main/haproxy/values.yaml#L492 to stat , but that seems a bit iffy
stat
Thoughts
Thanks
The text was updated successfully, but these errors were encountered:
dkorunic
No branches or pull requests
Hi
Using the helm chart here, when defining the servicemonitor as enabled the prometheus port is not defined, ie container ports should look like
with a matching config section that looks like
The other option would be to set https://github.com/haproxytech/helm-charts/blob/main/haproxy/values.yaml#L492 to
stat
, but that seems a bit iffyThoughts
Thanks
The text was updated successfully, but these errors were encountered: