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 37b7855 commit be81015
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 @@ -36,7 +36,7 @@ func (pas *PrometheusAgentService) ReconcileRemoteWriteConfig(

err := pas.createOrUpdateConfig(ctx, cluster, logger)
if err != nil {
logger.Error(err, "failed to create or update prometheus agent remote write config")
logger.Error(err, "failed to create or update prometheus agent remote write configmap")
return errors.WithStack(err)
}

Expand Down

0 comments on commit be81015

Please sign in to comment.