diff --git a/pkg/monitoring/prometheusagent/service.go b/pkg/monitoring/prometheusagent/service.go index 027ad661..bea8b4ae 100644 --- a/pkg/monitoring/prometheusagent/service.go +++ b/pkg/monitoring/prometheusagent/service.go @@ -27,7 +27,7 @@ type PrometheusAgentService struct { PrometheusVersion string } -// ensurePrometheusAgentRemoteWriteConfig ensures that the prometheus remote write config is present in the cluster. +// ReconcileRemoteWriteConfig ensures that the prometheus remote write config is present in the cluster. func (pas *PrometheusAgentService) ReconcileRemoteWriteConfig( ctx context.Context, cluster *clusterv1.Cluster) error {