feat: wire control plane probe recorder

This commit is contained in:
Josh Creek
2026-09-01 09:40:35 +01:00
parent def60169a8
commit 7803e1ec7c
+1
View File
@@ -86,6 +86,7 @@ func newAPIHandler(db *sql.DB, indexes ...api.CandidateIndex) http.Handler {
ProposalBackend: api.ProposalProviderFromStore(db),
Assignment: api.AssignmentProviderFromStore(db),
CandidateIndex: candidateIndex,
ProbeRecorder: store.PostgresQueue{DB: db},
Now: func() time.Time { return time.Now().UTC() },
}).Handler()
}