Skip to content

Commit

Permalink
chore: clean up todo comment
Browse files Browse the repository at this point in the history
There is debug logging of record counts right above this line, users can
enable debug logging to see how many records are being processed and
decide what actions to take with regards to filtering/api rate limiting.
  • Loading branch information
tjhop committed Jan 29, 2024
1 parent c19442a commit 6913dd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (w *Worker) RefreshQPSRecordData() {
numRecords += len(z.Records)
}
level.Debug(w.logger).Log("msg", "updating worker qps cache", "zone_count", len(w.zoneCache), "record_count", fmt.Sprintf("%d", numRecords))
// TODO: this may be a good place to log a warning if a user has a crap ton of records and we're worried about api calls or anything

var cache []*ns1_internal.QPS

Expand Down

0 comments on commit 6913dd1

Please sign in to comment.