image/resources/knfsd-metrics-agent/internal/mounts/scraper.go (3 lines): - line 270: // TODO: Consider optimising this by running queries in parallel. - line 271: // TODO: Exponential backoff (per server) if a query keeps failing. - line 353: // TODO: Report counters instead of gauges image/resources/knfsd-metrics-agent/internal/mounts/metadata.yaml (1 line): - line 28: # TODO: Change metrics to use a cumulative sum (counter) instead of a gauge image/resources/knfsd-metrics-agent/internal/slab/metadata.yaml (1 line): - line 18: # TODO: Change these to two metrics and use resource labels for which cache image/resources/knfsd-metrics-agent/internal/connections/scraper.go (1 line): - line 48: // TODO: Consider counting unique clients (by IP) as well as total connections image/resources/knfsd-metrics-agent/internal/slab/scraper.go (1 line): - line 54: // TODO: check for transient errors? image/resources/knfsd-fsidd/socket.go (1 line): - line 356: // TODO: figure out if error is recoverable, for now assume it is