Skip to content

Commit

Permalink
fix(sd): update log message for prom record function
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jan 12, 2024
1 parent 310f94b commit 4bea389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/servicediscovery/sd.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (w *Worker) RefreshPrometheusTargetData() {
}

w.targetCache = data
level.Debug(logger).Log("msg", "Worker record cache updated", "worker", "http_sd", "num_records", len(w.targetCache))
level.Debug(logger).Log("msg", "Worker Prometheus target group updated", "worker", "http_sd", "num_targets", len(w.targetCache))
}

func (w *Worker) RefreshZoneData() {
Expand Down

0 comments on commit 4bea389

Please sign in to comment.