-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update helm/template and values to make the metrics port configurable #121
Comments
Hi @odcheck , Could you expand on this?
Not against adding customizing for the metrics port here, but I am confused on the performance impact leaving it the way it is. The this metrics service should have a different IP address than the node exporters (since they are different service objects). If you're not seeing that behavior can you show me some debug output? Thanks! |
😅 you are absolutely right and I was completely on the wrong track. So there is no loss of performance whatsoever .. Thank you for the quick feedback! |
Sweet! Np, Yeah if you want to make that configurable in a PR, I am all for it. Let's keep it under here and remove the default, since the values are the default already if nothing is supplied from your values.yaml. https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/blob/master/chart/values.yaml#L28
Also change this one. |
@jmcgrath207 as requested PTAL: chore(helm): make metrics port configurable using helm |
Default node_exporter port is 9100 which will hammer it, if using also port 9100 for k8s-ephemeral-storage-metrics
like e.g. in chart/templates/DeployType.yaml
and e.g. in metrics.yaml
then it could be used in values like this e.g.
The text was updated successfully, but these errors were encountered: