Skip to content

Commit

Permalink
Update pkg/monitoring/prometheusagent/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Apr 10, 2024
1 parent 0a035af commit ef693fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitoring/prometheusagent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (pas *PrometheusAgentService) ReconcileRemoteWriteConfig(
ctx context.Context, cluster *clusterv1.Cluster) error {

logger := log.FromContext(ctx).WithValues("cluster", cluster.Name)
logger.Info("ensuring prometheus agent remote write configuration")
logger.Info("ensuring prometheus agent remote write configmap and secret")

err := pas.createOrUpdateConfig(ctx, cluster, logger)
if err != nil {
Expand Down

0 comments on commit ef693fb

Please sign in to comment.