Skip to content

Commit

Permalink
(fix) add ListActiveSourcesStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 29, 2024
1 parent 0899d68 commit 065c670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ service ManagementService {
// Sources heartbeat and health
// List of all recently active sources and their health, includes managed and local sources
rpc ListAllSourcesStatus(ListAllSourcesStatusRequest) returns (ListAllSourcesStatusResponse);
// For the explore page, list active sources and their health
rpc ListActiveSourcesStatus(ListAllSourcesStatusRequest) returns (ListAllSourcesStatusResponse);
// Heartbeat from a source to keep it registered and healthy
rpc SubmitSourceHeartbeat(SubmitSourceHeartbeatRequest) returns (SubmitSourceHeartbeatResponse);

Expand Down

0 comments on commit 065c670

Please sign in to comment.