Skip to content

Commit

Permalink
fix: do not return metrics for prom-exporter probes re-fix (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoldenhauer-ish committed Nov 15, 2024
1 parent 0af2d73 commit c613dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/util/prometheus_exporter_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func GenerateSolrPrometheusExporterDeployment(solrPrometheusExporter *solr.SolrP
HTTPGet: &corev1.HTTPGetAction{
Scheme: corev1.URISchemeHTTP,
// TODO: When 9.0 is the minimum supported version, this can be "/-/healthy"
Path: "/metrics?names[]=",
Path: "/metrics?name[]=",
Port: intstr.FromInt(SolrMetricsPort),
},
}
Expand Down

0 comments on commit c613dad

Please sign in to comment.