Allow changing the livenessPrope settings for prometheus exporter #282
Labels
custom kube options
Adding options related to customizing parts of the default Kubernetes resources.
metrics
Milestone
Hi!
My prometheus exporter pod was constantly restarting because the liveness probe timed out. I've noticed a high cpu and memory usage on the exporter pod as well even though I'm only scraping a 3 node solr cluster. Since #83 does not allow to change the liveness probe settings on
SolrPrometheusExporter
resources, I've deployed the pod manually with a much less aggressive liveness probe configuration like:With that setting the CPU and memory usage decreased a lot. Please see the attached grafana screenshot of the cpu and memory usage of the prometheus exporter pod. Green is the pod deployed with
SolrPrometheusExporter
and orange is the pod I've deployed manually with the above settings.Please allow to overwrite livenessProbe settings on
SolrPrometheusExporter
resources.Keep up the good work and thanks very much!
Ben
The text was updated successfully, but these errors were encountered: