Skip to content

Commit 3905481

Browse files
committed
fix
1 parent 63aff5e commit 3905481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/prometheusmetrics/prometheusmetrics.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ func Agents(ctx context.Context, logger slog.Logger, registerer prometheus.Regis
230230

231231
if node == nil {
232232
logger.Debug(ctx, "can't read in-memory node for agent", slog.F("agent_id", agent.ID))
233-
continue
234233
} else {
235234
// Collect information about connection latencies
236235
for rawRegion, latency := range node.DERPLatency {

0 commit comments

Comments
 (0)